summaryrefslogtreecommitdiff
path: root/test/addons/hello-world-esm/test.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'test/addons/hello-world-esm/test.mjs')
-rw-r--r--test/addons/hello-world-esm/test.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/addons/hello-world-esm/test.mjs b/test/addons/hello-world-esm/test.mjs
index 6e481ab4f7..d98de5bf87 100644
--- a/test/addons/hello-world-esm/test.mjs
+++ b/test/addons/hello-world-esm/test.mjs
@@ -1,4 +1,4 @@
-/* eslint-disable required-modules */
+/* eslint-disable node-core/required-modules */
import assert from 'assert';
import binding from './build/binding.node';