diff --git a/README.md b/README.md index c41914c7..55f602b5 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ and add this config to your `package.json`: "precommit": "lint-staged" }, "lint-staged": { - "*.js": [ + "*.{js,json,css}": [ "prettier --write", "git add" ]