Skip to content

Commit

Permalink
chore: update lint staged config (#1405)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 authored Jan 5, 2022
1 parent 8ffd14e commit 5167ce9
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 5167ce9

Please sign in to comment.