prefer-global-this
should also exclude 'open' in window
#2484
Labels
prefer-global-this
should also exclude 'open' in window
#2484
The rule has exceptions:
eslint-plugin-unicorn/rules/prefer-global-this.js
Lines 8 to 121 in 2b469be
But these are not checked in existence checks, so the rule just suggested I replace
'open' in window
while leavingwindow.open()
behindThe text was updated successfully, but these errors were encountered: