summaryrefslogtreecommitdiff
path: root/test/es-module/test-esm-snapshot.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'test/es-module/test-esm-snapshot.mjs')
-rw-r--r--test/es-module/test-esm-snapshot.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/es-module/test-esm-snapshot.mjs b/test/es-module/test-esm-snapshot.mjs
index 878be79a34..4d3cf245a3 100644
--- a/test/es-module/test-esm-snapshot.mjs
+++ b/test/es-module/test-esm-snapshot.mjs
@@ -1,5 +1,5 @@
// Flags: --experimental-modules
-/* eslint-disable required-modules */
+/* eslint-disable node-core/required-modules */
import '../common/index';
import './esm-snapshot-mutator';
import one from './esm-snapshot';