Skip to content

Commit a23ea3f

Browse files
authored
chore: update lint-staged config (#4090)
1 parent e9feebf commit a23ea3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lint-staged.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22

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

0 commit comments

Comments
 (0)