@amollo-lint/eslint-config-jsx
v2.0.0
Published
ESLint rules for React JSX
Downloads
12
Maintainers
Readme
@amollo-lint/eslint-config-jsx
ESLint rules for React JSX
Note: This package was not developed on demand for general use, the rules that are configured in it refer to the use of specific projects for the needs of the owner. Use it if you need such rules for your linter
Installation
- npm
npm install --save-dev @amollo-lint/eslint-config-jsx eslint
- yarn
yarn add -D @amollo-lint/eslint-config-jsx eslint
Usage
Set your eslint config to:
{
"extends": "@amollo-lint/eslint-config-jsx"
}
Extends
@amollo-lint/eslint-config-js
eslint-plugin-jsx-a11y
eslint-plugin-react
eslint-plugin-react-hooks