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",