We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917cae9 commit 901d4aaCopy full SHA for 901d4aa
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"test": "jest",
8
"start": "webpack-dev-server",
9
- "lint": "tslint -c tslint.json src/**/*.ts src/**/*.tsx",
+ "lint": "tslint -c tslint.json \"src/**/*.ts\" \"src/**/*.tsx\"",
10
"build": "webpack --config webpack.config.prop.js && gulp",
11
"build:analyze": "ANALYZE=true webpack --config webpack.config.prop.js",
12
"doc": "webpack --config webpack.config.doc.js",
0 commit comments