We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89d11e commit 269f9d2Copy full SHA for 269f9d2
.lintstagedrc.json
@@ -2,5 +2,8 @@
2
"{src,test}/**/*.js": [
3
"eslint --fix",
4
"prettier-standard"
5
+ ],
6
+ "{src,test}/**/*.ts": [
7
+ "prettier-standard"
8
]
9
}
0 commit comments