Skip to content

Commit

Permalink
Remove deprecated ESLint rule n/no-hide-core-modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Nov 8, 2023
1 parent 3db8b25 commit d29aa37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.json
Expand Up @@ -168,7 +168,6 @@
"n/no-exports-assign": "error",
"n/no-extraneous-import": "error",
"n/no-extraneous-require": "error",
"n/no-hide-core-modules": "error",
"n/no-missing-import": "error",
"n/no-missing-require": "error",
"n/no-mixed-requires": "error",
Expand Down

0 comments on commit d29aa37

Please sign in to comment.