Skip to content

Commit

Permalink
chore: update lint staged config (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Jan 5, 2022
1 parent 0c35915 commit 9b5a314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
"*": ["prettier --write --ignore-unknown"],
"*.{js}": ["eslint --cache --fix"],
"*.js": ["eslint --cache --fix"],
};

0 comments on commit 9b5a314

Please sign in to comment.