You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[13.0.0] Error: Error while loading rule '@typescript-eslint/consistent-type-imports': You have used a rule which requires parserServices to be generated
#74
Open
frankykubo opened this issue
Mar 27, 2024
· 2 comments
After update from "@vue/eslint-config-typescript": "^12.0.0", to "@vue/eslint-config-typescript": "^13.0.0",, the error has shown up:
Error: Error while loading rule '@typescript-eslint/consistent-type-imports': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Parser: X:\WebTV Frontend\node_modules\.pnpm\vue-eslint-parser@9.4.2_eslint@8.57.0\node_modules\vue-eslint-parser\index.js
Note: detected a parser other than @typescript-eslint/parser. Make sure the parser is configured to forward "parserOptions.project" to @typescript-eslint/parser.
Occurred while linting X:\WebTV Frontend\src\components\player\video\info\LiveIndicator.vue
at throwError (X:\WebTV Frontend\node_modules\.pnpm\@typescript-eslint+utils@7.4.0_eslint@8.57.0_typescript@5.4.3\node_modules\@typescript-eslint\utils\dist\eslint-utils\getParserServices.js:40:11)
at getParserServices (X:\WebTV Frontend\node_modules\.pnpm\@typescript-eslint+utils@7.4.0_eslint@8.57.0_typescript@5.4.3\node_modules\@typescript-eslint\utils\dist\eslint-utils\getParserServices.js:20:9)
at create (X:\WebTV Frontend\node_modules\.pnpm\@typescript-eslint+eslint-plugin@7.4.0_@typescript-eslint+parser@7.4.0_eslint@8.57.0_typescript@5.4.3\node_modules\@typescript-eslint\eslint-plugin\dist\rules\consistent-type-imports.js:85:68)
at Object.create (X:\WebTV Frontend\node_modules\.pnpm\@typescript-eslint+utils@7.4.0_eslint@8.57.0_typescript@5.4.3\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:38:20)
at createRuleListeners (X:\WebTV Frontend\node_modules\.pnpm\eslint@8.57.0\node_modules\eslint\lib\linter\linter.js:895:21)
at X:\WebTV Frontend\node_modules\.pnpm\eslint@8.57.0\node_modules\eslint\lib\linter\linter.js:1066:110
at Array.forEach (<anonymous>)
at runRules (X:\WebTV Frontend\node_modules\.pnpm\eslint@8.57.0\node_modules\eslint\lib\linter\linter.js:1003:34)
at Linter._verifyWithoutProcessors (X:\WebTV Frontend\node_modules\.pnpm\eslint@8.57.0\node_modules\eslint\lib\linter\linter.js:1355:31)
at X:\WebTV Frontend\node_modules\.pnpm\eslint@8.57.0\node_modules\eslint\lib\linter\linter.js:1913:29
ELIFECYCLE Command failed with exit code 2
Any recommendations how should this be fixed?
The text was updated successfully, but these errors were encountered:
After update from
"@vue/eslint-config-typescript": "^12.0.0",
to"@vue/eslint-config-typescript": "^13.0.0",
, the error has shown up:Any recommendations how should this be fixed?
The text was updated successfully, but these errors were encountered: