diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca38e56..7b0134d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - repo: local hooks: - id: lint-staged - exclude: "^dist/" + exclude: "^dist/|*json" name: lint-staged language: node entry: npx lint-staged