We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d581515 commit ad07d91Copy full SHA for ad07d91
packages/eslint-config-vue/index.js
@@ -11,7 +11,7 @@ module.exports = {
11
files: ['*.vue'],
12
parser: 'vue-eslint-parser',
13
parserOptions: {
14
- parser: '@typescript-eslint/parser',
+ parser: TS ? '@typescript-eslint/parser' : null,
15
},
16
rules: {
17
'no-unused-vars': 'off',
0 commit comments