Skip to content

Commit 901d4aa

Browse files
author
fengzhihao.infeng
committed
chore: fix lint invalid
1 parent 917cae9 commit 901d4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "jest",
88
"start": "webpack-dev-server",
9-
"lint": "tslint -c tslint.json src/**/*.ts src/**/*.tsx",
9+
"lint": "tslint -c tslint.json \"src/**/*.ts\" \"src/**/*.tsx\"",
1010
"build": "webpack --config webpack.config.prop.js && gulp",
1111
"build:analyze": "ANALYZE=true webpack --config webpack.config.prop.js",
1212
"doc": "webpack --config webpack.config.doc.js",

0 commit comments

Comments
 (0)