0.4.0 • Published 1 month ago

eslint-config-air-base v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

npm npm GitHub issues

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