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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRH authored Mar 8, 2023
1 parent d995383 commit 0b28bb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

This package provides Appfolio's base JavaScript for React/ES6/2015 as an extensible shared config.

This is based on [eslint-config-appfolio-base](https://www.npmjs.com/package/eslint-config-appfolio-base)
This is based on [@appfolio/eslint-config-appfolio-base](https://www.npmjs.com/package/@appfolio/eslint-config-appfolio-base)
and [eslint-config-airbnb](https://www.npmjs.com/package/eslint-config-airbnb),
with a few adjustments to warnings to minimize noise, and to encourage useful comments.

## Usage

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

0 comments on commit 0b28bb8

Please sign in to comment.