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