Add missing deps, fix errors from eslint
This commit is contained in:
@@ -21,11 +21,12 @@ module.exports = {
|
||||
'plugin:vue/vue3-essential',
|
||||
'eslint:recommended',
|
||||
'plugin:prettier/recommended',
|
||||
'prettier/vue',
|
||||
'prettier',
|
||||
],
|
||||
|
||||
rules: {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
'vue/multi-word-component-names': ['off'],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user