File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 31
31
"watch" : " node tasks/watch.js" ,
32
32
"lint" : " eslint --version && eslint ." ,
33
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)" ,
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 )" ,
35
35
"docker" : " node tasks/docker.js" ,
36
36
"pretest" : " node tasks/pretest.js" ,
37
37
"test-jasmine" : " karma start test/jasmine/karma.conf.js" ,
You can’t perform that action at this time.
0 commit comments