From 8e568005c91dfdb99dd7270e059f81e7d303e894 Mon Sep 17 00:00:00 2001 From: Even Stensberg Date: Sun, 30 Aug 2026 14:28:59 +0200 Subject: [PATCH] ci: ignore bad files --- lint-staged.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-staged.config.js b/lint-staged.config.js index 4e51a30..372e7ff 100644 --- a/lint-staged.config.js +++ b/lint-staged.config.js @@ -1,4 +1,4 @@ module.exports = { - "*": ["prettier --write --ignore-unknown", "cspell"], + "*": ["prettier --write --ignore-unknown", "cspell --no-must-find-files"], "*.js": ["eslint --cache --fix"], };