Skip to content

Commit

Permalink
Lint code with ESLint and Prettier
Browse files Browse the repository at this point in the history
Triggered by 06b3c1a on branch refs/heads/field-editor
  • Loading branch information
maxpatiiuk authored and github-actions[bot] committed Jul 7, 2024
1 parent 06b3c1a commit d295b0a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { LocalizedString } from 'typesafe-i18n';
import type { LocalizedString } from 'typesafe-i18n';

import { requireContext } from '../../../tests/helpers';
import { formatterToParser } from '../../../utils/parser/definitions';
import type { IR, RA } from '../../../utils/types';
Expand Down

0 comments on commit d295b0a

Please sign in to comment.