File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
21
21
- [ readme] note use of typescript in readme ` import/extensions ` section ([ #2440 ] , thanks [ @OutdatedVersion ] )
22
22
- [ Docs] ` order ` : use correct default value ([ #2392 ] , thanks [ @hyperupcall ] )
23
23
- [ meta] replace git.io link in comments with the original URL ([ #2444 ] , thanks [ @liby ] )
24
+ - [ Docs] remove global install in readme ([ #2412 ] , thanks [ @aladdin-add ] )
24
25
25
26
## [ 2.26.0] - 2022-04-05
26
27
@@ -1289,6 +1290,7 @@ for info on changes for earlier releases.
1289
1290
[ #164 ] : https://github.com/import-js/eslint-plugin-import/pull/164
1290
1291
[ #157 ] : https://github.com/import-js/eslint-plugin-import/pull/157
1291
1292
[ #2444 ] : https://github.com/import-js/eslint-plugin-import/issues/2444
1293
+ [ #2412 ] : https://github.com/import-js/eslint-plugin-import/issues/2412
1292
1294
[ #2392 ] : https://github.com/import-js/eslint-plugin-import/issues/2392
1293
1295
[ #2340 ] : https://github.com/import-js/eslint-plugin-import/issues/2340
1294
1296
[ #2255 ] : https://github.com/import-js/eslint-plugin-import/issues/2255
Original file line number Diff line number Diff line change @@ -123,12 +123,6 @@ The maintainers of `eslint-plugin-import` and thousands of other packages are wo
123
123
124
124
## Installation
125
125
126
- ``` sh
127
- npm install eslint-plugin-import -g
128
- ```
129
-
130
- or if you manage ESLint as a dev dependency:
131
-
132
126
``` sh
133
127
# inside your project's working tree
134
128
npm install eslint-plugin-import --save-dev
You can’t perform that action at this time.
0 commit comments