Skip to content

Commit d73adf2

Browse files
committed
Fix lockfile lint validatePackageNames
1 parent 6e99c63 commit d73adf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.lockfile-lintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2+
"allowedHosts": ["npm"],
23
"path": "package-lock.json",
34
"type": "npm",
45
"validateHttps": true,
5-
"ValidatePackageNames": true,
6-
"allowedHosts": ["npm"]
6+
"validatePackageNames": true
77
}

0 commit comments

Comments
 (0)