File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -435,9 +435,6 @@ jobs:
435435 # - run:
436436 # name: Test plotly bundles against es6
437437 # command: npm run no-es6-dist
438- # - run:
439- # name: Display function constructors in all bundles
440- # command: npm run no-new-func
441438
442439 test-stackgl-bundle :
443440 docker :
Original file line number Diff line number Diff line change 3737 "cibuild" : " npm run empty-dist && npm run preprocess && node tasks/cibundle.js" ,
3838 "lint" : " eslint --version && eslint ." ,
3939 "lint-fix" : " eslint . --fix || true" ,
40- "no-new-func" : " eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-new-func: warn}' $(find dist -type f -iname '*.js')" ,
4140 "no-dup-keys" : " eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-dupe-keys: error}' $(find dist -type f -iname '*.js' | grep plotly)" ,
4241 "no-es6-dist" : " node tasks/no_es6_dist.js" ,
4342 "pretest" : " node tasks/pretest.js" ,
You can’t perform that action at this time.
0 commit comments