Skip to content

Commit f3619ff

Browse files
committed
Use eslint-plugin-unused-imports v3.x.x
Fix lint error. According to the docs we should be using v3.x.x: > * Version 3.x.x is for eslint 8 with @typescript-eslint/eslint-plugin 6 - 7 > * Version 2.x.x is for eslint 8 with @typescript-eslint/eslint-plugin 5 See: https://www.npmjs.com/package/eslint-plugin-unused-imports
1 parent e29a6a3 commit f3619ff

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"eslint-plugin-lodash": "^7.4.0",
221221
"eslint-plugin-rxjs": "^5.0.3",
222222
"eslint-plugin-simple-import-sort": "^10.0.0",
223-
"eslint-plugin-unused-imports": "^2.0.0",
223+
"eslint-plugin-unused-imports": "^3.2.0",
224224
"express-static-gzip": "^2.1.7",
225225
"jasmine": "^3.8.0",
226226
"jasmine-core": "^3.8.0",

0 commit comments

Comments
 (0)