Skip to content

Commit

Permalink
chore(prettier): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
skovy committed Aug 7, 2023
1 parent 4d627c9 commit 82ad203
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions lib/sass/file-to-class-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {
snakeCase,
} from "change-case";
import fs from "fs";
import { getImplementation, Implementations } from "../implementations";
import { Aliases, customImporters, SASSImporterOptions } from "./importer";
import { Implementations, getImplementation } from "../implementations";
import { Aliases, SASSImporterOptions, customImporters } from "./importer";
import { sourceToClassNames } from "./source-to-class-names";

export { Aliases };
Expand Down
4 changes: 2 additions & 2 deletions lib/sass/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export {
Aliases,
fileToClassNames,
nameFormatDefault,
NAME_FORMATS,
SASSOptions,
fileToClassNames,
nameFormatDefault,
} from "./file-to-class-names";
10 changes: 5 additions & 5 deletions lib/typescript/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
export { LogLevel, logLevelDefault, LOG_LEVELS } from "../core/alerts";
export { LOG_LEVELS, LogLevel, logLevelDefault } from "../core/alerts";
export {
EXPORT_TYPES,
ExportType,
QUOTE_TYPES,
QuoteType,
bannerTypeDefault,
classNamesToTypeDefinitions,
ExportType,
exportTypeDefault,
exportTypeInterfaceDefault,
exportTypeNameDefault,
EXPORT_TYPES,
QuoteType,
quoteTypeDefault,
QUOTE_TYPES,
} from "./class-names-to-type-definition";
export { getTypeDefinitionPath } from "./get-type-definition-path";

0 comments on commit 82ad203

Please sign in to comment.