Skip to content

Commit

Permalink
Seed package-lock.json for spell check (#32032)
Browse files Browse the repository at this point in the history
* Seed package-lock.json for spell check

* Update cSpell.json to use v0.2 config

* exclude checking the spell check configuration
  • Loading branch information
danieljurek authored Jan 7, 2025
1 parent 1fc2fa1 commit 63105f9
Show file tree
Hide file tree
Showing 2 changed files with 2,789 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cSpell.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1",
"version": "0.2",
"language": "en",
"words": [
"authnotrequired",
Expand All @@ -26,7 +26,8 @@
"ignorePaths": [
"node_modules/**",
"**/examples/**",
"**/package-lock.json"
"**/package-lock.json",
"cSpell.json",
],
"ignoreRegExpList": [
"v\\d",
Expand Down
Loading

0 comments on commit 63105f9

Please sign in to comment.