We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a039e71 commit 88506beCopy full SHA for 88506be
index.js
@@ -1,2 +1,5 @@
1
#!/usr/bin/env node
2
-require("./lib/cli")(process.argv.slice(2)).catch(console.error);
+// eslint-disable-next-line import/extensions
3
+import cli from "./lib/cli.js";
4
+
5
+cli(process.argv.slice(2)).catch(console.error);
0 commit comments