Skip to content

Commit 5918a73

Browse files
committed
chore(lockfile-lint): format the config to be human readable
1 parent 9a5e1b7 commit 5918a73

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.lockfile-lintrc.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
{"path":"package-lock.json","type":"npm","validate-https":true,"allowed-hosts":["npm"]}
1+
{
2+
"path": "package-lock.json",
3+
"type": "npm",
4+
"validate-https": true,
5+
"allowed-hosts": [
6+
"npm"
7+
]
8+
}

0 commit comments

Comments
 (0)