Adding an exclude to the pre-commit

This commit is contained in:
Keith Stevens
2023-01-28 20:18:58 +09:00
parent 2e1abd3f69
commit 7bdf8491ca
+1 -1
View File
@@ -88,7 +88,7 @@ repos:
- id: next-lint-website
name: Lint website
files: ^website/
exclude: ^website/node_modules/
exclude: ^website/node_modules/|^website/public
types_or: [javascript, jsx, ts, tsx]
language: node
pass_filenames: false