diff --git a/package.json b/package.json index e7618f7..707d176 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ }, "lint-staged": { "package.json": "finepack", - "*.{js,ts,jsx,tsx}": "(eslint --cache --fix .) || true", + "*.{js,ts,jsx,tsx}": "cmd /c eslint --cache --fix . || exit 0", "*.{js,ts,jsx,tsx,json,css,md}": "prettier --write" }, "type": "module"