(configPath: string)
| 94 | } |
| 95 | |
| 96 | export async function getPrettierConfig(configPath: string): Promise<prettier.Options | null> { |
| 97 | return await prettier.resolveConfig(configPath); |
| 98 | } |
| 99 | |
| 100 | export async function checkAndFormatFiles( |
| 101 | filePaths: string[], |
no outgoing calls
no test coverage detected