Skip to content

Commit

Permalink
chore: update dependencies to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Jan 6, 2022
1 parent 43e2a35 commit 3ff3077
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": ["prettier --write", "eslint --fix"],
"*.{json,md,yml,css,ts}": ["prettier --write"],
"*": ["prettier --write --ignore-unknown"],
"*.js": ["eslint --cache --fix"],
};

0 comments on commit 3ff3077

Please sign in to comment.