From 464b52a978bbadea0f96806df6c1a6a5a34eb8de Mon Sep 17 00:00:00 2001 From: Keith Stevens Date: Sat, 28 Jan 2023 20:34:21 +0900 Subject: [PATCH] Another try --- .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 12cf9551..d4055194 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/src/ - exclude: ^website/node_modules/ + files: ^website// + exclude: ^website/node_modules/|^website/public/ types_or: [javascript, jsx, ts, tsx] language: node pass_filenames: false