Skip to content

Commit 5cebbc8

Browse files
committed
chore: clean code
1 parent 4995b28 commit 5cebbc8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/import-paths.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ function findAlias(
2525
ignoredPaths: string[] = [],
2626
) {
2727
if (fs.existsSync(path.join(baseDir, 'tsconfig.json'))) {
28-
console.log({ importPath, filePath, baseDir });
2928
const tsconfig = JSON.parse(
3029
fs.readFileSync(path.join(baseDir, 'tsconfig.json')).toString('utf8'),
3130
);
@@ -113,8 +112,6 @@ const rule: Rule.RuleModule = {
113112
resolvedIgnoredPaths,
114113
);
115114

116-
console.log({ replacement, source });
117-
118115
if (!replacement) return;
119116

120117
context.report({

0 commit comments

Comments
 (0)