|
|
@ -24,6 +24,7 @@ module.exports = { |
|
|
}, |
|
|
}, |
|
|
plugins: ['vue', '@typescript-eslint', 'prettier'], |
|
|
plugins: ['vue', '@typescript-eslint', 'prettier'], |
|
|
rules: { |
|
|
rules: { |
|
|
|
|
|
'no-undef': 'off', |
|
|
'vue/multi-word-component-names': 'off', |
|
|
'vue/multi-word-component-names': 'off', |
|
|
'@typescript-eslint/ban-ts-ignore': 'off', |
|
|
'@typescript-eslint/ban-ts-ignore': 'off', |
|
|
'@typescript-eslint/no-unused-vars': 'warn', |
|
|
'@typescript-eslint/no-unused-vars': 'warn', |
|
|
|