Skip to content

Commit 989dae5

Browse files
committed
fix: lint-staged not working
1 parent add21c0 commit 989dae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
}
3333
},
3434
"lint-staged": {
35-
"{*.@(ts|tsx)": [
35+
"*.{ts,tsx}": [
3636
"prettier --write",
3737
"tslint -p tsconfig.json --fix",
3838
"git add"
3939
],
40-
"*.@(less|html)": [
40+
"*.{less,html}": [
4141
"prettier --write",
4242
"git add"
4343
]

0 commit comments

Comments
 (0)