eslint-config-air-base
v0.4.0
Published
Airbnb base style guide without semicolons
Downloads
10
Readme
eslint-config-air-base
Airbnb style guide without semicolons and React plugins
How To Use
Install the package
npm add -D eslint-config-air-base
Install peer dependencies if you haven't yet
npm add -D eslint
Add extends property to an ESLint config file
extends: 'air-base',
See also
There's the config if you need React: eslint-config-air