Skip to content

Commit

Permalink
add note about global installs being deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 1, 2019
1 parent 0215c38 commit e835aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ React specific linting rules for ESLint

# Installation

Install [ESLint](https://www.github.com/eslint/eslint) either locally or globally.
Install [ESLint](https://www.github.com/eslint/eslint) either locally or globally. (Note that locally, per project, is strongly preferred)

```sh
$ npm install eslint --save-dev
Expand Down

0 comments on commit e835aaf

Please sign in to comment.