Skip to content

Commit

Permalink
chore: Prettify json files on commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-mitchell committed Nov 11, 2020
1 parent b505929 commit 61c17ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
module.exports = { '*.js': ['prettier --write'], '*.md': ['prettier --write'] };
module.exports = {
'*.js': ['prettier --write'],
'*.md': ['prettier --write'],
'*.json': ['prettier --write'],
};

0 comments on commit 61c17ca

Please sign in to comment.