diff --git a/package.json b/package.json index 6df054c0c7..31522fe32a 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ }, "lint-staged": { "**/*.{js,jsx,ts,tsx}": [ - "eslint --cache --fix --config ./toolings/eslint/index.js", + "eslint --cache --fix", "prettier --write" ] }