Skip to content

Commit a1e6559

Browse files
feat: Update CSpell version (8.16.0) (#587)
Co-authored-by: Jason3S <[email protected]>
1 parent ece31f9 commit a1e6559

File tree

4 files changed

+108
-106
lines changed

4 files changed

+108
-106
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ Options:
174174
--no-cache Do not use cache.
175175
--cache-reset Reset the cache file.
176176
--cache-strategy <strategy> Strategy to use for detecting changed files.
177-
(choices: "metadata", "content")
177+
(choices: "content", "metadata", default:
178+
"content")
178179
--cache-location <path> Path to the cache file or directory. (default:
179180
".cspellcache")
180181
--dot Include files and directories starting with `.`

package-lock.json

Lines changed: 103 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"node": ">=18"
4848
},
4949
"dependencies": {
50-
"cspell": "^8.15.7"
50+
"cspell": "^8.16.0"
5151
},
5252
"devDependencies": {
5353
"inject-markdown": "^3.1.0",

static/help-lint.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ Options:
5858
--no-cache Do not use cache.
5959
--cache-reset Reset the cache file.
6060
--cache-strategy <strategy> Strategy to use for detecting changed files.
61-
(choices: "metadata", "content")
61+
(choices: "content", "metadata", default:
62+
"content")
6263
--cache-location <path> Path to the cache file or directory. (default:
6364
".cspellcache")
6465
--dot Include files and directories starting with `.`

0 commit comments

Comments
 (0)