We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae73d4 commit 6d7d027Copy full SHA for 6d7d027
package.json
@@ -37,7 +37,6 @@
37
"cibuild": "npm run empty-dist && npm run preprocess && node tasks/cibundle.js",
38
"lint": "eslint --version && eslint .",
39
"lint-fix": "eslint . --fix || true",
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)",
41
"no-es6-dist": "node tasks/no_es6_dist.js",
42
"pretest": "node tasks/pretest.js",
43
"test-jasmine": "karma start test/jasmine/karma.conf.js",
0 commit comments