Skip to content

Commit

Permalink
disable prefer global in next
Browse files Browse the repository at this point in the history
  • Loading branch information
luludotdev committed Nov 21, 2023
1 parent 1d43b56 commit e446eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/next.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const plugins = old => (old ? [] : {})
const rules = {
'@typescript-eslint/no-use-before-define': ['off'],

'n/prefer-global/url': ['off'],
'n/prefer-global/url-search-params': ['off'],

'react/no-unknown-property': ['error', { ignore: ['jsx', 'global'] }],
Expand Down

0 comments on commit e446eb4

Please sign in to comment.