diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ced8fcdd..12cf9551 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -87,7 +87,7 @@ repos: hooks: - id: next-lint-website name: Lint website - files: ^website/ + files: ^website/src/ exclude: ^website/node_modules/ types_or: [javascript, jsx, ts, tsx] language: node