diff --git a/package.json b/package.json index 805af95..a1e6576 100644 --- a/package.json +++ b/package.json @@ -62,12 +62,9 @@ "semi": true }, "lint-staged": { - "linters": { - "*.{json,scss,html,ts,js,jsx}": [ - "prettier --write", - "git add" - ] - } + "src/*.{json,scss,html,ts,js,jsx}|scripts/*.js": [ + "prettier --write" + ] }, "husky": { "hooks": {