Skip to content

Commit

Permalink
comment out needless error, #372
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 13, 2024
1 parent fef1547 commit b6b9db8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/eslint/config/util/rootRules.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,9 @@ export default {
// Disallow specified global variables
'no-restricted-globals': 'error',

// Disallow specified modules when loaded by `import`
'no-restricted-imports': 'error',
// // Disallow specified modules when loaded by `import`, commented out until there are imports to restrict everywhere.
// NOTE! There is already a usage of this for node configuration. Be careful about how this overrides.
// 'no-restricted-imports': 'error',

// Disallow certain properties on certain objects
'no-restricted-properties': 'error',
Expand Down

0 comments on commit b6b9db8

Please sign in to comment.