|
|
@@ -35,13 +35,8 @@ module.exports = {
|
|
|
'@typescript-eslint/no-non-null-assertion': 'off',
|
|
|
'@typescript-eslint/explicit-module-boundary-types': 'off',
|
|
|
|
|
|
- 'no-unused-vars': [
|
|
|
- 'error',
|
|
|
- {
|
|
|
- argsIgnorePattern: '^_',
|
|
|
- varsIgnorePattern: '^_',
|
|
|
- },
|
|
|
- ],
|
|
|
+ 'no-unused-vars': off,
|
|
|
+ "@typescript-eslint/no-unused-vars": "error",
|
|
|
'space-before-function-paren': 'off',
|
|
|
'vue/multi-word-component-names': 'off',
|
|
|
'vue/attributes-order': 'off',
|