Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 301a7bb

Browse files
committed
fix(package): fix lint-staged glob not detecting anything
1 parent faf6398 commit 301a7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
}
100100
},
101101
"lint-staged": {
102-
"{src}/**/*.{ts,tsx}": [
102+
"src/**/*.{ts,tsx}": [
103103
"prettier -c .prettierrc --write",
104104
"tslint -c tslint.json --fix",
105105
"git add"

0 commit comments

Comments
 (0)