Files
2026-07-13 12:38:34 +08:00

9 lines
150 B
TOML

[extend]
useDefault = true
[allowlist]
description = "Ignore test fixtures and assertions in TypeScript test files"
paths = [
'''\.test\.ts$''',
]