Skip to content

Commit

Permalink
fix: expand lint-staged, use eslint cache (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Dec 9, 2021
1 parent 5eb7b80 commit 0df1ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lint-staged.config.js
@@ -1,4 +1,4 @@
module.exports = {
"*.js": ["eslint --fix", "prettier --write"],
"*.{json,md,yml,css,ts}": ["prettier --write"],
"*": ["prettier --write --ignore-unknown"],
"*.{js}": ["eslint --cache --fix"],
};

0 comments on commit 0df1ae9

Please sign in to comment.