update
This commit is contained in:
parent
08238c4a7d
commit
bdc2e5cae5
@ -14,13 +14,8 @@ module.exports = {
|
||||
rules: {
|
||||
"no-console": 0,
|
||||
'no-use-before-define': 'off',
|
||||
'no-unused-vars': [
|
||||
'warn',
|
||||
{
|
||||
argsIgnorePattern: '^_',
|
||||
varsIgnorePattern: '^_',
|
||||
},
|
||||
],
|
||||
'no-unused-vars': 'warn',
|
||||
'vue/no-unused-vars': 'warn',
|
||||
'no-prototype-builtins': 'off',
|
||||
'space-before-function-paren': 'off',
|
||||
'vue/custom-event-name-casing': 'off',
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
"pre-commit": "npm run lint-staged"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user