9.0.3 • Published 8 years ago

angieslist-eslint-config v9.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

ESLint Rules

Our .eslintrc requires the following NPM packages:

npm install --save-dev \
  angielist/javascript \
  babel-eslint \
  eslint \
  eslint-config-airbnb \
  eslint-plugin-import \
  eslint-plugin-jsx-ally \
  eslint-plugin-react

Then create an .eslintrc file in the root of your project with the following body:

{
  "extends": "./node_modules/angieslist-javascript-styleguide/linters/eslint/.eslintrc",
}