Skip to content

Commit

Permalink
chore: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
vitonsky committed Apr 3, 2024
1 parent 4995b28 commit 5cebbc8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/import-paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function findAlias(
ignoredPaths: string[] = [],
) {
if (fs.existsSync(path.join(baseDir, 'tsconfig.json'))) {
console.log({ importPath, filePath, baseDir });
const tsconfig = JSON.parse(
fs.readFileSync(path.join(baseDir, 'tsconfig.json')).toString('utf8'),
);
Expand Down Expand Up @@ -113,8 +112,6 @@ const rule: Rule.RuleModule = {
resolvedIgnoredPaths,
);

console.log({ replacement, source });

if (!replacement) return;

context.report({
Expand Down

0 comments on commit 5cebbc8

Please sign in to comment.