ts-repo-utils
Preparing search index...
functions/format
formatFilesGlob
Function formatFilesGlob
formatFilesGlob
(
pathGlob
:
string
,
options
?:
Readonly
<
{
ignore
?:
false
|
(
(
filePath
:
string
)
=>
boolean
)
;
ignoreUnknown
?:
boolean
;
silent
?:
boolean
;
}
,
>
,
)
:
Promise
<
Result
<
undefined
,
unknown
>
>
Format files matching the given glob pattern using Prettier
Parameters
pathGlob
:
string
Glob pattern to match files
Optional
options
:
Readonly
<
{
ignore
?:
false
|
(
(
filePath
:
string
)
=>
boolean
)
;
ignoreUnknown
?:
boolean
;
silent
?:
boolean
;
}
,
>
Returns
Promise
<
Result
<
undefined
,
unknown
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ts-repo-utils
Loading...
Format files matching the given glob pattern using Prettier