diff --git a/package.json b/package.json index b126e6bad..14f946010 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,11 @@ }, "lint-staged": { "*.js": [ - "eslint --cache --fix" + "eslint --cache" ], - "*.{js,css,md}": "prettier --write" + "*": [ + "prettier --check" + ] }, "eslintConfig": { "env": {