We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm run lint
1 parent 6aa2f7d commit 006b297Copy full SHA for 006b297
package.json
@@ -27,7 +27,7 @@
27
"build": "npm run preprocess && npm run bundle && npm run header",
28
"cibuild": "node tasks/cibundle.js",
29
"watch": "node tasks/watch_plotly.js",
30
- "lint": "cd src && jshint . || true",
+ "lint": "eslint . || true",
31
"test-jasmine": "karma start test/jasmine/karma.conf.js",
32
"citest-jasmine": "karma start test/jasmine/karma.ciconf.js",
33
"test-image": "./tasks/test_image.sh",
0 commit comments