From d29aa37eb2ecc7d2e37661935f3b319087745568 Mon Sep 17 00:00:00 2001 From: David Anson Date: Tue, 7 Nov 2023 19:21:22 -0800 Subject: [PATCH] Remove deprecated ESLint rule n/no-hide-core-modules. --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 8258b1b4..cd76d7f2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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",