From 52bc95269286be1b97ab061fffcfa57480c00a96 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Mon, 15 Jan 2024 20:14:57 +0300 Subject: [PATCH] chore: update command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35d6b67..e5c5b97 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "security": "npm audit --production", "lint:prettier": "prettier --list-different .", "lint:js": "eslint --cache .", - "lint:spelling": "cspell \"**/*.*\"", + "lint:spelling": "cspell --no-must-find-files --cache --quiet \"**/*.*\"", "lint": "npm-run-all -l -p \"lint:**\"", "fix:js": "npm run lint:js -- --fix", "fix:prettier": "npm run lint:prettier -- --write",