This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
eslint-config-appfolio-base 2.0.1
Install from the command line:
Learn more about npm packages
$ npm install @appfolio/eslint-config-appfolio-base@2.0.1
Install via package.json:
"@appfolio/eslint-config-appfolio-base": "2.0.1"
About this version
This package provides Appfolio's base JavaScript for ES6/2015 as an extensible shared config.
This is based on eslint-config-airbnb-base, with a few adjustments to warnings to minimize noise, and to encourage useful comments.
Note: Basic JSX support is enabled in this config, but a new configuration will be added next to enable full React support.
npm install --save-dev eslint-config-appfolio-base
- add
"extends": "appfolio-base"
to your .eslintrc.json