8000
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.
1 parent 6c279ee commit 4491321Copy full SHA for 4491321
package.json
@@ -47,6 +47,7 @@
47
"bundle": "node tasks/bundle.js",
48
"build": "npm run preprocess && npm run bundle",
49
"watch": "node tasks/watch_plotly.js",
50
+ "lint": "cd src && jshint . || true",
51
"test-jasmine": "karma start test/jasmine/karma.conf.js",
52
"test-image": "echo TODO",
53
"test": "npm run test-jasmine && npm test-image",
@@ -98,6 +99,7 @@
98
99
"browserify-transform-tools": "^1.5.0",
100
"ecstatic": "^1.2.0",
101
"jasmine-core": "^2.3.4",
102
+ "jshint": "^2.8.0",
103
"karma": "^0.13.15",
104
"karma-browserify": "^4.4.0",
105
"karma-chrome-launcher": "^0.2.1",
0 commit comments