Skip to content

Commit 3be16c8

Browse files
anshumanvsnitin315
andcommitted
chore: suggestion
Co-authored-by: Nitin Kumar <[email protected]>
1 parent 954623c commit 3be16c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lint-staged.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
"*": ["prettier --write --ignore-unknown"],
3-
"*.{js,ts}": ["eslint --cache --fix"],
3+
"*.{js}": ["eslint --cache --fix"],
44
};

0 commit comments

Comments
 (0)