Skip to content

Commit 5264503

Browse files
committed
chore(prettier): fix formatting
1 parent 4d12108 commit 5264503

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

lib/sass/file-to-class-names.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import {
55
snakeCase,
66
} from "change-case";
77
import fs from "fs";
8-
import { getImplementation, Implementations } from "../implementations";
9-
import { Aliases, customImporters, SASSImporterOptions } from "./importer";
8+
import { Implementations, getImplementation } from "../implementations";
9+
import { Aliases, SASSImporterOptions, customImporters } from "./importer";
1010
import { sourceToClassNames } from "./source-to-class-names";
1111

1212
export { Aliases };

lib/sass/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export {
22
Aliases,
3-
fileToClassNames,
4-
nameFormatDefault,
53
NAME_FORMATS,
64
SASSOptions,
5+
fileToClassNames,
6+
nameFormatDefault,
77
} from "./file-to-class-names";

lib/typescript/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
export { LogLevel, logLevelDefault, LOG_LEVELS } from "../core/alerts";
1+
export { LOG_LEVELS, LogLevel, logLevelDefault } from "../core/alerts";
22
export {
3+
EXPORT_TYPES,
4+
ExportType,
5+
QUOTE_TYPES,
6+
QuoteType,
37
bannerTypeDefault,
48
classNamesToTypeDefinitions,
5-
ExportType,
69
exportTypeDefault,
710
exportTypeInterfaceDefault,
811
exportTypeNameDefault,
9-
EXPORT_TYPES,
10-
QuoteType,
1112
quoteTypeDefault,
12-
QUOTE_TYPES,
1313
} from "./class-names-to-type-definition";
1414
export { getTypeDefinitionPath } from "./get-type-definition-path";

0 commit comments

Comments
 (0)