From a03844e77f334e5515f562d5fb237dd70880bb82 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Sun, 7 May 2023 01:16:58 +0300 Subject: [PATCH] chore: fix cspell --- 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"], };