Skip to content

Commit 80ca404

Browse files
committed
updating lint command
1 parent c4363d9 commit 80ca404

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"watch-test": "karma start test/resources/karma.conf.js",
8-
"lint": "eslint --config test/resources/.eslintrc.js *.js src/*.js",
8+
"lint": "eslint --config test/resources/.eslintrc.js *.js speech-to-text/*.js text-to-speech/*.js util/*.js",
99
"test": "karma start test/resources/karma.conf.js --single-run",
1010
"test-integration": "TEST_MODE=integration karma start test/resources/karma.conf.js --single-run",
1111
"browserify": "browserify index.js --standalone WatsonSpeech --outfile dist/watson-speech.js --transform envify",

0 commit comments

Comments
 (0)