Skip to content

Commit d46637b

Browse files
heathsjnlycklama
authored andcommitted
Do not spell check package-lock.json (#26222)
Resolves Azure/azure-sdk-tools#7128
1 parent 791da44 commit d46637b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cSpell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
],
2424
"ignorePaths": [
2525
"node_modules/**",
26-
"**/examples/**"
26+
"**/examples/**",
27+
"**/package-lock.json"
2728
],
2829
"ignoreRegExpList": [
2930
"v\\d",

0 commit comments

Comments
 (0)