Skip to content

Commit

Permalink
fix: pin eslint-plugin-unused-imports as it has an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Aug 9, 2024
1 parent 9da0c0b commit cf21433
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint-plugin-jsdoc": "^50.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^4.0.0",
"eslint-plugin-unused-imports": "4.0.1",
"eslint-plugin-vue": "^9.0.0",
"expect-type": "^0.19.0",
"globals": "^15.8.0",
Expand Down
6 changes: 3 additions & 3 deletions src/test/cfg/eslint.config.dump.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"0": ".vue",
"1": ".html"
},
"parser": "typescript-eslint/parser@8.0.0",
"parser": "typescript-eslint/parser@8.0.1",
"project": "tsconfig.json"
},
"sourceType": "module"
Expand All @@ -18,14 +18,14 @@
},
"plugins": [
"@",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.0.0",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.0.1",
"unicorn:eslint-plugin-unicorn@55.0.0",
"vue:eslint-plugin-vue@9.27.0",
"import",
"unused-imports",
"simple-import-sort:eslint-plugin-simple-import-sort@12.1.1",
"jsdoc",
"jest:eslint-plugin-jest@28.7.0"
"jest:eslint-plugin-jest@28.8.0"
],
"processor": "vue/vue",
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2324,7 +2324,7 @@ eslint-plugin-unicorn@^55.0.0:
semver "^7.6.1"
strip-indent "^3.0.0"

eslint-plugin-unused-imports@^4.0.0:
eslint-plugin-unused-imports@4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-4.0.1.tgz#b78916ecb82ae6d0f54efb33879c6c7ecb52f080"
integrity sha512-rax76s05z64uQgG9YXsWFmXrgjkaK79AvfeAWiSxhPP6RVGxeRaj4+2u+wxxu/mDy2pmJoOy1QTOEALMia2xGQ==
Expand Down

0 comments on commit cf21433

Please sign in to comment.