diff --git a/package.json b/package.json index a843675..3c83e80 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "preserveUnused": true }, "lint-staged": { - "*": "nuxi typecheck && eslint --fix" + "*": "yarn nuxi typecheck .", + "*.{vue,ts,js}": "yarn lint:fix" } }