Skip to content

Commit 269f9d2

Browse files
committed
chore(lint-staged): add lint for ts files [skip ci]
1 parent c89d11e commit 269f9d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.lintstagedrc.json

+3
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"{src,test}/**/*.js": [
33
"eslint --fix",
44
"prettier-standard"
5+
],
6+
"{src,test}/**/*.ts": [
7+
"prettier-standard"
58
]
69
}

0 commit comments

Comments
 (0)