Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestTeluk committed Nov 29, 2024
1 parent 5588b2b commit 243b8e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions __tests__/getThemeAndBridgeFromPackageJSON.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import path from 'node:path';
import os from 'node:os';
import { getThemeAndBridgeFromPackageJSON } from '../src/lib/getThemeAndBridgeFromPackageJSON';
import { packagesToBridges, packagesToThemes } from '../src/consts';
import { Bridges } from '../src/types';
import { findNearestPackageJson } from '../src/lib/findNearestPackageJson';

describe('getThemeAndBridgeFromPackageJSON', () => {
let tempDir: string;
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"resolveJsonModule": true,
"esModuleInterop": true,
},
"include": ["src", "build.config.ts"],
"include": ["src", "build.config.ts", "__tests__", "vitest.config.ts"],
"exclude": ["node_modules"]
}

0 comments on commit 243b8e2

Please sign in to comment.