Skip to content

Commit

Permalink
chore: update lint-staged config (#4090)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Dec 10, 2021
1 parent e9feebf commit a23ea3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

module.exports = {
"*.js": ["eslint --fix", "prettier --write"],
"*.{json,md,yml,css}": ["prettier --write"],
"*": ["prettier --write --ignore-unknown"],
"*.js": ["eslint --cache --fix"],
};

0 comments on commit a23ea3f

Please sign in to comment.