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
The minimal setup as found in the README causes an error in VSCode's "ESLint: Show Output Channel" console whenever I open a new file or navigate to another open editor tab.
[Error - 1:29:23 PM] An unexpected error occurred:
[Error - 1:29:23 PM] ConfigError: Config "vue/base/setup": Key "plugins": Cannot redefine plugin "vue".
at rethrowConfigError (/Users/brian/projects/REDACTED/REDACTED/node_modules/@eslint/config-array/dist/cjs/index.cjs:328:8)
at /Users/brian/projects/REDACTED/REDACTED/node_modules/@eslint/config-array/dist/cjs/index.cjs:1174:5
at Array.reduce (<anonymous>)
at FlatConfigArray.getConfigWithStatus (/Users/brian/projects/REDACTED/REDACTED/node_modules/@eslint/config-array/dist/cjs/index.cjs:1167:43)
at FlatConfigArray.getConfigStatus (/Users/brian/projects/REDACTED/REDACTED/node_modules/@eslint/config-array/dist/cjs/index.cjs:1209:15)
at ESLint.lintText (/Users/brian/projects/REDACTED/REDACTED/node_modules/eslint/lib/eslint/eslint.js:957:13)
at async /Users/brian/.vscode/extensions/dbaeumer.vscode-eslint-3.0.10/server/out/eslintServer.js:1:26981
at async M (/Users/brian/.vscode/extensions/dbaeumer.vscode-eslint-3.0.10/server/out/eslintServer.js:1:19807)
at async /Users/brian/.vscode/extensions/dbaeumer.vscode-eslint-3.0.10/server/out/eslintServer.js:1:234554
at async /Users/brian/.vscode/extensions/dbaeumer.vscode-eslint-3.0.10/server/out/eslintServer.js:1:63886
Removing either pluginVue.configs['flat/essential'] or vueTsConfigs.recommended makes eslint happy, but I want to at least start with both of these to achieve the baseline recommended setup until I understand better what we might want to tweak.
This is in a Vue 3 application workspace in a turborepo.
The minimal setup as found in the README causes an error in VSCode's "ESLint: Show Output Channel" console whenever I open a new file or navigate to another open editor tab.
Removing either
pluginVue.configs['flat/essential']
orvueTsConfigs.recommended
makes eslint happy, but I want to at least start with both of these to achieve the baseline recommended setup until I understand better what we might want to tweak.This is in a Vue 3 application workspace in a turborepo.
Relevant versions are:
Thanks!
The text was updated successfully, but these errors were encountered: