Skip to content

Commit c8e57c4

Browse files
committed
chore: formatting
1 parent 6ee24c9 commit c8e57c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/temp-transform-once.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import { newProcessingError } from './apidocs/processing/error';
66
import type { SignatureLikeDeclaration } from './apidocs/processing/signature';
77
import { getProject } from './apidocs/project';
88
import { required } from './apidocs/utils/value-checks';
9+
import { toCamelCase, toKebabCase } from './shared/character-case';
910
import { formatTypescript } from './shared/format';
1011
import { FILE_PATH_SRC } from './shared/paths';
1112
import { ALLOWED_MODULES } from './temp-module-filter';
12-
import { toCamelCase, toKebabCase } from './shared/character-case';
1313

1414
const coreName = 'fakerCore';
1515

0 commit comments

Comments
 (0)