Skip to content

Commit 2f2ad35

Browse files
authored
Merge pull request #5868 from plotly/eslint-no-new-func-catch-apply
Propose fixing eslint module to catch calls to Function.apply
2 parents 0feb35f + 08c0768 commit 2f2ad35

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Diff for: draftlogs/5868_fix.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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)]

Diff for: package-lock.json

+11-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"deep-equal": "^2.0.5",
152152
"derequire": "^2.1.1",
153153
"ecstatic": "^4.1.4",
154-
"eslint": "^7.31.0",
154+
"eslint": "git://github.com/archmoj/eslint.git#d20c16e440a73764e7450139bc6b5c0afbd60b0b",
155155
"espree": "^7.3.1",
156156
"extra-iterable": "^2.5.22",
157157
"falafel": "^2.2.4",

0 commit comments

Comments
 (0)