eslint-config-air
v0.7.4
Published
Airbnb style guide without semicolons
Downloads
17
Readme
eslint-config-air
Airbnb style guide without semicolons
How To Use
Install the package
npm add -D eslint-config-air
Install peer dependencies if you haven't yet
npm add -D eslint @babel/eslint-parser eslint-import-resolver-webpack eslint-plugin-react
Add extends property to an ESLint config file
extends: 'air',
See also
There's the simplified config if you don't need React: eslint-config-air-base