1.1.0 • Published 4 years ago

eslint-config-appfolio-base v1.1.0

Weekly downloads
9
License
MIT
Repository
-
Last release
4 years ago

Appfolio base ESLint config

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.

Usage

  1. npm install --save-dev eslint-config-appfolio-base
  2. add "extends": "appfolio-base" to your .eslintrc.json