From 7bdf8491ca8614c1a718fe8db7162c0c3280f7e1 Mon Sep 17 00:00:00 2001 From: Keith Stevens Date: Sat, 28 Jan 2023 20:18:58 +0900 Subject: [PATCH] Adding an exclude to the pre-commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ced8fcdd..6ef04a3f 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/ + exclude: ^website/node_modules/|^website/public types_or: [javascript, jsx, ts, tsx] language: node pass_filenames: false