From 9de982c0ed54619b02350a572538004258471b30 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Mon, 5 Dec 2022 20:31:48 +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 a3b4af38f0d..61861fac2b3 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,ts}": ["eslint --cache --fix"], };