cspell-cli 6.29.0 → 6.30.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -115,6 +115,7 @@ Options:
|
|
|
115
115
|
--relative Issues are displayed relative to root.
|
|
116
116
|
--show-context Show the surrounding text around an issue.
|
|
117
117
|
--show-suggestions Show spelling suggestions.
|
|
118
|
+
--no-show-suggestions Do not show spelling suggestions or fixes.
|
|
118
119
|
--no-must-find-files Do not error if no files are found.
|
|
119
120
|
--cache Use cache to only check changed files.
|
|
120
121
|
--no-cache Do not use cache.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cspell-cli",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.30.1",
|
|
4
4
|
"description": "CLI for cspell; A Spelling Checker for Code!",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"node": ">=14"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"cspell": "^6.
|
|
40
|
+
"cspell": "^6.30.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"inject-markdown": "^1.5.0",
|