Skip to content

Commit ec05acb

Browse files
committed
no longer need no-bad-char - was needed with browserify
1 parent b3b9aac commit ec05acb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"lint": "eslint --version && eslint .",
3939
"lint-fix": "eslint . --fix || true",
4040
"no-new-func": "eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-new-func: warn}' $(find dist -type f -iname '*.js')",
41-
"no-bad-char": "eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-misleading-character-class: error}' $(find dist -type f -iname '*.js' | grep plotly)",
4241
"no-dup-keys": "eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-dupe-keys: error}' $(find dist -type f -iname '*.js' | grep plotly)",
4342
"no-es6-dist": "node tasks/no_es6_dist.js",
4443
"pretest": "node tasks/pretest.js",
@@ -60,7 +59,7 @@
6059
"baseline": "node test/image/make_baseline.js",
6160
"noci-baseline": "npm run cibuild && ./tasks/noci_test.sh image && git checkout dist && echo 'Please do not commit unless the change was expected!'",
6261
"preversion": "check-node-version --node 18 --npm 10 && npm-link-check && npm ls --prod --all",
63-
"version": "npm run build && npm run no-bad-char && git add -A lib dist build src/version.js",
62+
"version": "npm run build && git add -A lib dist build src/version.js",
6463
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
6564
"postpublish": "node tasks/sync_packages.js",
6665
"postshrinkwrap": "chttps ."

0 commit comments

Comments
 (0)