Skip to content

Commit

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

0 comments on commit 91d2590

Please sign in to comment.