diff --git a/package.json b/package.json index 8487819..37c3087 100644 --- a/package.json +++ b/package.json @@ -96,6 +96,6 @@ } }, "lint-staged": { - "*.{vue,js,ts,jsx,tsx}": "eslint --cache --fix" + "*.{vue,js,ts,jsx,tsx}": ["npm run lint"] } }