diff options
Diffstat (limited to 'format.ts')
| -rwxr-xr-x | format.ts | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,9 +14,9 @@ async function main(opts): Promise<void> { "--ignore", "node_modules", "--ignore", - "testdata", + "**/testdata", "--ignore", - "vendor", + "**/vendor", "--write" ]; |
