diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 602d16a4..ced8fcdd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -88,7 +88,7 @@ repos: - id: next-lint-website name: Lint website files: ^website/ - exclude: ^website/(node_modules/|public/) + exclude: ^website/node_modules/ types_or: [javascript, jsx, ts, tsx] language: node pass_filenames: false