Skip to content

Commit 6ae73d4

Browse files
committed
remove unused no-new-func script
1 parent ec05acb commit 6ae73d4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
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",

0 commit comments

Comments
 (0)