Skip to content

Commit

Permalink
chore: remove window restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 31, 2023
1 parent aefa76e commit 610d886
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-config-basic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ module.exports = {
'error',
{ name: 'global', message: 'Use `globalThis` instead.' },
{ name: 'self', message: 'Use `globalThis` instead.' },
{ name: 'window', message: 'Use `globalThis` instead.' },
{ name: 'isNaN', message: 'Use `Number.isNaN` instead' },
{ name: 'isFinite', message: 'Use `Number.isFinite` instead' },
{ name: 'parseFloat', message: 'Use `Number.parseFloat` instead' },
Expand Down

0 comments on commit 610d886

Please sign in to comment.