Skip to content

Commit b04f126

Browse files
committed
Update .lintstagedrc
1 parent c61fd55 commit b04f126

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.lintstagedrc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"src/**/*.{js,ts}": [
3-
"eslint --cache --fix"
4-
],
5-
"+(*.md|src/**/*.{js,ts,json,md})": [
6-
"prettier --write"
7-
]
2+
"src/**/*.{js,ts}": ["eslint --cache --fix"],
3+
"+(*.md|src/**/*.{js,ts,json,md})": ["prettier --write"]
84
}

0 commit comments

Comments
 (0)