From 8d8860084b2cad75b86bda660af25260a53273a4 Mon Sep 17 00:00:00 2001 From: Keith Stevens Date: Sat, 28 Jan 2023 20:26:45 +0900 Subject: [PATCH] Small fix --- .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 08123747..ced8fcdd 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/ types_or: [javascript, jsx, ts, tsx] language: node pass_filenames: false