1.1.0 • Published 7 years ago

eslint-config-eshinse-react v1.1.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

eslint-config-eshinse-react

Configuration:

  • Enables JSX
  • React and JSX related rules.

Peer dependencies:

Install

npm install --save-dev eslint-config-eshinse-react

Use

The order of the extensions matter; each additional configuration extends the preceding configurations.

.eslintrc.yaml:

---

extends:
  - eshinse
  - eshinse-jsdoc
  - eshinse-react
  - eshinse-react-native

.eslintrc.json:

{
  "extends": [
    "eshinse",
    "eshinse-jsdoc",
    "eshinse-react",
    "eshinse-react-native"
  ]
}

Licence (Apache-2.0)

See LICENCE.

Additional ESLint configs