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:
435
435
# - run:
436
436
# name: Test plotly bundles against es6
437
437
# command: npm run no-es6-dist
438
- # - run:
439
- # name: Display function constructors in all bundles
440
- # command: npm run no-new-func
441
438
442
439
test-stackgl-bundle :
443
440
docker :
Original file line number Diff line number Diff line change 37
37
"cibuild" : " npm run empty-dist && npm run preprocess && node tasks/cibundle.js" ,
38
38
"lint" : " eslint --version && eslint ." ,
39
39
"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')" ,
41
40
"no-dup-keys" : " eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-dupe-keys: error}' $(find dist -type f -iname '*.js' | grep plotly)" ,
42
41
"no-es6-dist" : " node tasks/no_es6_dist.js" ,
43
42
"pretest" : " node tasks/pretest.js" ,
You can’t perform that action at this time.
0 commit comments