Skip to content

Commit 820475c

Browse files
anshumanvsnitin315
andauthored
chore: suggestion
Co-authored-by: Nitin Kumar <[email protected]>
1 parent 01d707d commit 820475c

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)