We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prefer-global-this
outerWidth
outerHeight
1 parent 8cebcf4 commit 8f00f76Copy full SHA for 8f00f76
rules/prefer-global-this.js
@@ -84,6 +84,8 @@ const windowSpecificAPIs = new Set([
84
'resizeBy',
85
'innerWidth',
86
'innerHeight',
87
+ 'outerWidth',
88
+ 'outerHeight',
89
'scrollX',
90
'pageXOffset',
91
'scrollY',
0 commit comments