From 346fc3afbeea0d7b2dcb5ec0e7c72c5242e240c2 Mon Sep 17 00:00:00 2001 From: Keith Stevens Date: Sat, 28 Jan 2023 20:32:29 +0900 Subject: [PATCH] only run next lint over src code --- .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..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