@helios-ag/eslint-config-airbnb-es5
v1.1.1
Published
Unofficial Airbnb ESLint config, following their ES5 style guide, forked from Stephen Wanhella project
Downloads
18
Maintainers
Readme
eslint-config-airbnb-es5
This package provides an unofficial Airbnb ESLint config, following their ES5 style guide.
Usage
npm install --save-dev @helios-ag/eslint-config-airbnb-es5 [email protected] eslint-plugin-react- add
"extends": "@helios-ag/eslint-config-airbnb-es5"to your .eslintrc
You may need to install the package globally for it to be found by the parser if you have ESLint installed globally.
npm install -g @helios-ag/eslint-config-airbnb-es5
See Airbnb's ES5 Javascript styleguide and the ESlint config docs for more information.
