Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Oct 5, 2024
1 parent b6d08b0 commit 14606a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/options/options.models.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Action } from '../store';
import type { Data, WideData } from '../data';
import { Palette } from './palette';
import type { Palette } from './palette';

export interface OptionsAction extends Action {
payload: Partial<Options>;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/options/validate-options.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Options } from './index';
import { palettes, type Palette } from './palette';
import type { Options } from './index';

const boolOpts = [
'makeCumulative',
Expand Down

0 comments on commit 14606a5

Please sign in to comment.