Skip to content

Commit

Permalink
Merge pull request #5868 from plotly/eslint-no-new-func-catch-apply
Browse files Browse the repository at this point in the history
Propose fixing eslint module to catch calls to Function.apply
  • Loading branch information
archmoj committed Jul 30, 2021
2 parents 0feb35f + 08c0768 commit 2f2ad35
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
1 change: 1 addition & 0 deletions draftlogs/5868_fix.md
@@ -0,0 +1 @@
- Fix eslint `no-new-func` test to catch calls to Function.apply in "strict" bundles [[#5868](https://github.com/plotly/plotly.js/pull/5868)]
23 changes: 11 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -151,7 +151,7 @@
"deep-equal": "^2.0.5",
"derequire": "^2.1.1",
"ecstatic": "^4.1.4",
"eslint": "^7.31.0",
"eslint": "git://github.com/archmoj/eslint.git#d20c16e440a73764e7450139bc6b5c0afbd60b0b",
"espree": "^7.3.1",
"extra-iterable": "^2.5.22",
"falafel": "^2.2.4",
Expand Down

0 comments on commit 2f2ad35

Please sign in to comment.