This commit is contained in:
parent
cc55cd3822
commit
36083b4e7a
|
@ -7,6 +7,7 @@ module.exports = {
|
|||
env: {
|
||||
node: true,
|
||||
browser: true,
|
||||
'vue/setup-compiler-macros': true,
|
||||
es2024: true,
|
||||
},
|
||||
extends: ['eslint:recommended', 'plugin:vue/vue3-strongly-recommended', 'prettier'],
|
||||
|
@ -46,6 +47,7 @@ module.exports = {
|
|||
'no-undef': 'error',
|
||||
'no-unused-vars': 'warn',
|
||||
'no-console': 'error',
|
||||
'vue/no-multiple-template-root': 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'no-useless-escape': 'error',
|
||||
'no-prototype-builtins': 'error',
|
||||
|
|
Loading…
Reference in New Issue