Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
fix: Revert prettier JSON exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Apr 29, 2022
1 parent 07fc201 commit 5924490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
"package.json": "yarn prettier-package-json --write",
"*.{js,md,sh,ts,yml}": "prettier --write",
"*.{js,json,md,sh,ts,yml}": "prettier --write",
};

0 comments on commit 5924490

Please sign in to comment.