Skip to content

Commit

Permalink
Reenable confusingBrowserGlobals protection
Browse files Browse the repository at this point in the history
  • Loading branch information
osmestad committed Sep 19, 2023
1 parent e099369 commit 0c7b9e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rule-sets/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import typedReduxSagaPlugin from '@jambit/eslint-plugin-typed-redux-saga';
import tsPlugin from '@typescript-eslint/eslint-plugin';
import tsParser from '@typescript-eslint/parser';
import confusingBrowserGlobals from 'confusing-browser-globals';
import importPlugin from 'eslint-plugin-import';
import noOnlyTestsPlugin from 'eslint-plugin-no-only-tests';
import perfectionist from 'eslint-plugin-perfectionist';
Expand Down Expand Up @@ -180,6 +181,7 @@ export default {
'no-only-tests/no-only-tests': 'error',
'no-prototype-builtins': 'error',
'no-redeclare': 'off',
'no-restricted-globals': ['error', ...confusingBrowserGlobals],
'no-restricted-imports': [
'warn',
{
Expand Down

0 comments on commit 0c7b9e0

Please sign in to comment.