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 783efad commit 67e951bCopy full SHA for 67e951b
script/newConverter/rewriteConvertersMap.js
@@ -1,6 +1,5 @@
1
const { promises: fs } = require("fs");
2
-const { EOL } = require("node:os");
3
-const path = require("path");
+const { EOL } = require("os");
4
5
const filePath = "./src/converters/lintConfigs/rules/ruleConverters.ts";
6
0 commit comments