Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and nsbarsukov committed Oct 1, 2024
1 parent cb5acd6 commit f558e0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion projects/demo/src/pages/kit/time/examples/2-am-pm/mask.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {type MaskitoOptions, maskitoUpdateElement} from '@maskito/core';
import type {MaskitoOptions} from '@maskito/core';
import {maskitoUpdateElement} from '@maskito/core';
import {maskitoEventHandler, maskitoTimeOptionsGenerator} from '@maskito/kit';

const timeOptions = maskitoTimeOptionsGenerator({
Expand Down
3 changes: 2 additions & 1 deletion projects/demo/src/pages/kit/time/examples/3-step/mask.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {type MaskitoOptions, maskitoUpdateElement} from '@maskito/core';
import type {MaskitoOptions} from '@maskito/core';
import {maskitoUpdateElement} from '@maskito/core';
import {maskitoEventHandler, maskitoTimeOptionsGenerator} from '@maskito/kit';

const timeOptions = maskitoTimeOptionsGenerator({
Expand Down
3 changes: 2 additions & 1 deletion projects/kit/src/lib/plugins/time/meridiem-stepping.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {type MaskitoPlugin, maskitoUpdateElement} from '@maskito/core';
import type {MaskitoPlugin} from '@maskito/core';
import {maskitoUpdateElement} from '@maskito/core';

import {ANY_MERIDIEM_CHARACTER_RE, CHAR_NO_BREAK_SPACE} from '../../constants';

Expand Down

0 comments on commit f558e0a

Please sign in to comment.