This commit is contained in:
parent
8113b0b11e
commit
c9f6fe57fb
|
|
@ -96,6 +96,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{vue,js,ts,jsx,tsx}": "eslint --cache --fix"
|
"*.{vue,js,ts,jsx,tsx}": ["npm run lint"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue