@stellar-expert/eslint-config-react

1.1.0 • Public • Published

@stellar-expert/eslint-config-react

Basic StellarExpert ESLint conventions for React web apps

Usage

  1. Install package

    npm i -D @stellar-expert/eslint-config-react
    
  2. Create .eslintrc.js file in the project root

    module.exports = {
        //utilize this ESLint config
        extends: ['@stellar-expert/eslint-config-react'],
        //provide paths to ignore
        ignorePatterns: ['distr/', 'node_modules/'],
        //define project-specific globals if any
        globals: {},
        //ovveride some rules if needed
        rules: {
            'react/no-typos': 'error'
        }
    }
  3. Have fun 🚀

Readme

Keywords

none

Package Sidebar

Install

npm i @stellar-expert/eslint-config-react

Weekly Downloads

3

Version

1.1.0

License

MIT

Unpacked Size

5.04 kB

Total Files

5

Last publish

Collaborators

  • orbitlens