Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

appfolio/eslint-config-appfolio-base

Repository files navigation

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 @appfolio/eslint-config-appfolio-react enables full React support.

Usage

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