Skip to content

Commit 429aab4

Browse files
DennisOSRMCopilot
andcommitted
Remove unused no-eq-null eslint-disable directive
The directive on line 2 was unused since the actual comparisons with null already have their own disable comments on lines 6 and 14. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 809bda5 commit 429aab4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/polyfill.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
if (typeof Object.assign != 'function') {
2-
// eslint-disable-next-line no-eq-null
32
Object.assign = function(target) {
43
'use strict';
54
// eslint-disable-next-line no-eq-null

0 commit comments

Comments
 (0)