We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2f61d commit c466332Copy full SHA for c466332
index.js
@@ -1,2 +1,4 @@
1
+/* eslint strict: off, node/no-unsupported-features: ["error", { version: 6 }] */
2
+"use strict"
3
4
module.exports = require("./esm.js")
0 commit comments