diff --git a/eslint.config.js b/eslint.config.js index 9a62e40d..d43b0229 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -30,6 +30,11 @@ export default [ ...vueTsEslintConfig(), skipFormatting, { + languageOptions: { + parserOptions: { + parser: '@typescript-eslint/parser' + } + }, rules: { 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',