| 306 | * For use in `.prettierrc.js`, `.prettierrc.ts`, `.prettierrc.cjs`, `.prettierrc.cts`, `prettierrc.mjs`, `prettierrc.mts`, `prettier.config.js`, `prettier.config.ts`, `prettier.config.cjs`, `prettier.config.cts`, `prettier.config.mjs`, `prettier.config.mts` |
| 307 | */ |
| 308 | export interface Config extends Options { |
| 309 | overrides?: Array<{ |
| 310 | files: string | string[]; |
| 311 | excludeFiles?: string | string[]; |
| 312 | options?: Options; |
| 313 | }>; |
| 314 | } |
| 315 | |
| 316 | export interface Options extends Partial<RequiredOptions> {} |
| 317 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…