Skip to content

Commit 006b297

Browse files
committed
replace jshint with eslint for npm run lint script
1 parent 6aa2f7d commit 006b297

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
@@ -27,7 +27,7 @@
2727
"build": "npm run preprocess && npm run bundle && npm run header",
2828
"cibuild": "node tasks/cibundle.js",
2929
"watch": "node tasks/watch_plotly.js",
30-
"lint": "cd src && jshint . || true",
30+
"lint": "eslint . || true",
3131
"test-jasmine": "karma start test/jasmine/karma.conf.js",
3232
"citest-jasmine": "karma start test/jasmine/karma.ciconf.js",
3333
"test-image": "./tasks/test_image.sh",

0 commit comments

Comments
 (0)