We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e99c63 commit d73adf2Copy full SHA for d73adf2
.lockfile-lintrc.json
@@ -1,7 +1,7 @@
1
{
2
+ "allowedHosts": ["npm"],
3
"path": "package-lock.json",
4
"type": "npm",
5
"validateHttps": true,
- "ValidatePackageNames": true,
6
- "allowedHosts": ["npm"]
+ "validatePackageNames": true
7
}
0 commit comments