From c44e8222486c3ebb07a6f376cc9be6f46fbaacbc Mon Sep 17 00:00:00 2001 From: Keith Stevens Date: Sat, 28 Jan 2023 20:37:25 +0900 Subject: [PATCH] Another exclude attempt --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d4055194..602d16a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -87,8 +87,8 @@ repos: hooks: - id: next-lint-website name: Lint website - files: ^website// - exclude: ^website/node_modules/|^website/public/ + files: ^website/ + exclude: ^website/(node_modules/|public/) types_or: [javascript, jsx, ts, tsx] language: node pass_filenames: false