Skip to content

Commit 67e951b

Browse files
author
Josh Goldberg
authored
Fix import path in rewriteConvertersMap.js (#1135)
1 parent 783efad commit 67e951b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/newConverter/rewriteConvertersMap.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const { promises: fs } = require("fs");
2-
const { EOL } = require("node:os");
3-
const path = require("path");
2+
const { EOL } = require("os");
43

54
const filePath = "./src/converters/lintConfigs/rules/ruleConverters.ts";
65

0 commit comments

Comments
 (0)