We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7ad71 commit c611031Copy full SHA for c611031
package.json
@@ -31,7 +31,7 @@
31
"watch": "node tasks/watch.js",
32
"lint": "eslint --version && eslint .",
33
"lint-fix": "eslint . --fix || true",
34
- "no-new-func": "eslint --no-ignore --no-eslintrc --rule '{no-new-func: error}' dist/plotly-finance.js dist/plotly-basic.js dist/plotly-cartesian.js dist/plotly-geo.js dist/plotly-mapbox.js",
+ "no-new-func": "eslint --debug --no-ignore --no-eslintrc --rule '{no-new-func: error}' $(ls dist/plotly*.js | grep -v plotly-locale* | grep -v plotly-gl* | grep -v plotly-with-meta.* | grep -v plotly.js | grep -v plotly.min.js)",
35
"docker": "node tasks/docker.js",
36
"pretest": "node tasks/pretest.js",
37
"test-jasmine": "karma start test/jasmine/karma.conf.js",
0 commit comments