We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a501ef + 8803277 commit d110973Copy full SHA for d110973
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}' $(find dist -type f -iname '*.js' | grep -v plotly-gl* | grep -v plotly-with-meta.* | grep -v plotly.js | grep -v plotly.min.js | grep -v MathJax.js)",
+ "no-new-func": "eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-new-func: error}' $(find dist -type f -iname '*.js' | grep -v plotly-gl* | grep -v plotly-with-meta.* | grep -v plotly.js | grep -v plotly.min.js | grep -v MathJax.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