Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shaiu committed Sep 26, 2024
1 parent a77b795 commit a7d7f1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
parserOptions: {
ecmaVersion: 12,
sourceType: 'module',
project: './tsconfig.json',
project: './tsconfig.test.json',
},
plugins: ['@typescript-eslint'],
ignorePatterns: ['node_modules/**', '**/dist/**'],
Expand Down
4 changes: 2 additions & 2 deletions packages/renderer/src/components/Body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import { useConfigStore } from '../store/ConfigStore';
import {
ModalStatus,
OutputVendorName,
YnabConfig,
type YnabConfig,
type Account,
type Exporter,
type Importer, GoogleSheetsConfig,
type Importer, type GoogleSheetsConfig,
} from '../types';
import styles from './Body.module.css';
import CheckForUpdates from './CheckForUpdates';
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/src/components/accounts/Importers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import resultsIcon from '../../assets/results.svg';
import {
AccountStatus,
ModalStatus,
OutputVendorName,
type OutputVendorName,
AccountType as TypeOfAccount,
type Account as AccountType,
} from '../../types';
Expand Down

0 comments on commit a7d7f1a

Please sign in to comment.