-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: prettierOptions type use @liangskyli/utils IPrettierOptions type
- Loading branch information
1 parent
1e7f6d0
commit c6a7295
Showing
10 changed files
with
2,524 additions
and
6,862 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
import address from 'address'; | ||
import colors from 'colors'; | ||
import createDebug from 'debug'; | ||
import lodash from 'lodash'; | ||
import signale from 'signale'; | ||
import createDebug from 'debug'; | ||
import colors from 'colors'; | ||
import type { prettierData } from './tools'; | ||
|
||
export { default as getConfig } from './config'; | ||
export { default as parseRequireDeps } from './parse-require-deps/parse-require-deps'; | ||
export { | ||
copyOptions, | ||
getAbsolutePath, | ||
getRelativePath, | ||
prettierData, | ||
copyOptions, | ||
winPath, | ||
removeFilesSync, | ||
winPath, | ||
} from './tools'; | ||
export { default as getConfig } from './config'; | ||
export { address, colors, lodash, signale, createDebug }; | ||
export { default as parseRequireDeps } from './parse-require-deps/parse-require-deps'; | ||
export type IPrettierOptions = Parameters<typeof prettierData>[1]; |
Oops, something went wrong.