ESLint couldn't determine the plugin "@typescript-eslint" uniquely.

1 개요[ | ]

# npm run lint

> lint
> eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore


Oops! Something went wrong! :(

ESLint: 8.51.0

ESLint couldn't determine the plugin "@typescript-eslint" uniquely.

- /app/vue/node_modules/@vue/eslint-config-airbnb-with-typescript/node_modules/@typescript-eslint/eslint-plugin/dist/index.js (loaded in ".eslintrc.cjs » @vue/eslint-config-airbnb-with-typescript")
- /app/vue/node_modules/@typescript-eslint/eslint-plugin/dist/index.js (loaded in ".eslintrc.cjs » @vue/eslint-config-typescript")

Please remove the "plugins" setting from either config or remove either plugin installation.

If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.

2 조치방법[ | ]

  • npm remove @vue/eslint-config-typescript
  • .eslintrc 파일의 extends에서 @vue/eslint-config-typescript 제거
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}