Skip to content

Commit eb07cd5

Browse files
iirojokonet
authored andcommitted
chore: use jsonlint --in-place
1 parent 6126b72 commit eb07cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"*.{js,json,md}": ["prettier --write", "git add"],
33
"*.js": ["npm run lint:base --fix", "git add"],
4-
".*{rc, json}": ["jsonlint", "git add"]
4+
".*{rc, json}": ["jsonlint --in-place", "git add"]
55
}

0 commit comments

Comments
 (0)