Skip to content

Commit

Permalink
chore: use jsonlint --in-place
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj authored and okonet committed Jul 25, 2019
1 parent 6126b72 commit eb07cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
@@ -1,5 +1,5 @@
{
"*.{js,json,md}": ["prettier --write", "git add"],
"*.js": ["npm run lint:base --fix", "git add"],
".*{rc, json}": ["jsonlint", "git add"]
".*{rc, json}": ["jsonlint --in-place", "git add"]
}

0 comments on commit eb07cd5

Please sign in to comment.