@ -24,6 +24,7 @@ module.exports = {
},
plugins: ['vue', '@typescript-eslint', 'prettier'],
rules: {
'no-undef': 'off',
'vue/multi-word-component-names': 'off',
'@typescript-eslint/ban-ts-ignore': 'off',
'@typescript-eslint/no-unused-vars': 'warn',
@ -6,6 +6,7 @@
"jsx": "preserve",
"moduleResolution": "node",
"skipLibCheck": true,
"ignoreDeprecations": "5.0",
"suppressImplicitAnyIndexErrors": true,
"esModuleInterop": true,
"allowJs": true,