Skip to content

Conversation

johnmasking
Copy link
Member

Fixes #382

Changes proposed in this pull request:

  • changed eslint config rule
  • fixed errors with the --fix option

@MaskingTechnology/comify

@johnmasking johnmasking linked an issue Mar 13, 2025 that may be closed by this pull request
@basmasking basmasking changed the title 382 (choire consistent type import chore: consistent type import Mar 14, 2025
@basmasking basmasking self-requested a review March 14, 2025 12:21
import { Validator } from '../../definitions/interfaces';
import { Message, Validation, ValidationTypes, type ValidationSchema } from '../../definitions/types';
import type { Validator } from '../../definitions/interfaces';
import type { Message, Validation, ValidationTypes} from '../../definitions/types';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import type { Message, Validation, ValidationTypes} from '../../definitions/types';
import type { Message, Validation, ValidationSchema, ValidationTypes } from '../../definitions/types';

Copy link

@basmasking basmasking merged commit 15d15a2 into main Mar 14, 2025
6 checks passed
@basmasking basmasking deleted the 382-consistent-type-import branch March 14, 2025 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consistent type import

2 participants