|
|
@@ -9,7 +9,8 @@ module.exports = {
|
|
|
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
|
|
'no-unused-vars': 'off',
|
|
|
'no-empty': ['error', { allowEmptyCatch: true }],
|
|
|
- 'prettier/prettier': ['error']
|
|
|
+ 'prettier/prettier': ['error'],
|
|
|
+ 'vue/no-unused-components': 'off'
|
|
|
},
|
|
|
parserOptions: {
|
|
|
parser: 'babel-eslint'
|