eslint-config-ezze-react
v0.10.1
Published
ESLint configuration with React and JSX support
Downloads
19
Readme
eslint-config-ezze-react
Configuration for ESLint with React and JSX support.
Installation
npm install eslint eslint-plugin-react eslint-config-ezze-react @babel/eslint-parser --save-dev
Usage
Create .eslintrc.json
file in your project and place the following there:
{
"extends": "ezze-react"
}
See Shareable configs for more details.
Contribution
Before making a pull request, please, be sure that your changes are rebased to dev
branch.