Skip to content

Commit c466332

Browse files
committed
Add missing use strict directive to index.js.
1 parent 4c2f61d commit c466332

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
/* eslint strict: off, node/no-unsupported-features: ["error", { version: 6 }] */
2+
"use strict"
13

24
module.exports = require("./esm.js")

0 commit comments

Comments
 (0)