Skip to content

Commit 27f92ed

Browse files
committed
refactor: resolve lint issues
1 parent 18a6c40 commit 27f92ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/cli/mocks/configs/code-pushup.needs-tsconfig.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// the point is to test runtime import which requires tsconfig for path aliases
2+
// eslint-disable-next-line import/no-unresolved
23
import customPlugin from '@example/custom-plugin';
34

45
const config = {

packages/utils/src/lib/import-module.int.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import path from 'node:path';
2-
import { importModule } from './import-module';
2+
import { importModule } from './import-module.js';
33

44
describe('importModule', () => {
55
const mockDir = path.join(

0 commit comments

Comments
 (0)