Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shaiu committed Sep 21, 2024
1 parent d84d485 commit df0f361
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"test:renderer": "vitest run -r packages/renderer --passWithNoTests",
"watch": "node scripts/watch.js",
"lint": "eslint . --ext js,mjs,cjs,ts,mts,cts,tsx",
"lint:fix": "eslint . --fix --ext js,mjs,cjs,ts,mts,cts,tsx",
"typecheck:main": "tsc --noEmit -p packages/main/tsconfig.json",
"typecheck:preload": "tsc --noEmit -p packages/preload/tsconfig.json",
"typecheck:renderer": "tsc --noEmit -p packages/renderer/tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/src/store/ConfigStore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
type Importer,
type Log,
type OutputVendorName,
DownalodChromeEvent,
type DownalodChromeEvent,
} from '../types';

interface AccountScrapingData {
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/src/store/Store.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
AccountType,
CompanyTypes,
type Config,
Credentials,
type Credentials,
type Exporter,
type Importer,
} from '../types';
Expand Down

0 comments on commit df0f361

Please sign in to comment.