Skip to content

Commit 1f99c7c

Browse files
authored
Docs: rm global-installed usage (#116)
it's no longer true for the latest eslint, and global-installed usage is not recommended.
1 parent ccac2c2 commit 1f99c7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Next, install `eslint-plugin-eslint-plugin`:
1616
$ npm install eslint-plugin-eslint-plugin --save-dev
1717
```
1818

19-
**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-eslint-plugin` globally.
20-
2119
## Usage
2220

2321
Add `eslint-plugin` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:

0 commit comments

Comments
 (0)