1.0.0 • Published 6 years ago
@jeansarlon/eslint-config-react v1.0.0
eslint-config-react
This package provides react .eslintrc as an extensible shared config.
Usage
Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires:
eslinteslint-plugin-jsx-a11yeslint-plugin-react
Install the correct versions of each package, which are listed by the command:
npm info "@jeansarlon/eslint-config-react@latest" peerDependenciesWhich produces and runs a command like:
npm install --save-dev @jeansarlon/eslint-config-react eslint@^ #.#.# eslint-plugin-jsx-a11y@^#.#.# eslint-plugin-chai-react@^#.#.#Add
"extends": "@jeansarlon/eslint-config-react"to your project's.eslintrc.
1.0.0
6 years ago