File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3838 "lint" : " eslint --version && eslint ." ,
3939 "lint-fix" : " eslint . --fix || true" ,
4040 "log-new-func" : " eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-new-func: error}' dist/plotly.js 2>&1 | ./tasks/show_eval_lines.sh" ,
41- "no-new-func" : " eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-new-func: error}' $(find dist -type f -iname '*.js' | grep -v plotly-gl * | grep -v plotly-with-meta.* | grep -v plotly.js | grep -v plotly.min.js)" ,
41+ "no-new-func" : " eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-new-func: error}' $(find dist -type f -iname '*.js' | grep -v plotly-gl2d * | grep -v plotly-with-meta.* | grep -v plotly.js | grep -v plotly.min.js)" ,
4242 "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)" ,
4343 "no-dup-keys" : " eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-dupe-keys: error}' $(find dist -type f -iname '*.js' | grep plotly)" ,
4444 "no-es6-dist" : " node tasks/no_es6_dist.js" ,
You can’t perform that action at this time.
0 commit comments