mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 06:46:41 +03:00
21 lines
247 B
TOML
21 lines
247 B
TOML
blacklisted-names = [
|
|
"bool",
|
|
"char",
|
|
"str",
|
|
"f32",
|
|
"f64",
|
|
"i8",
|
|
"i16",
|
|
"i32",
|
|
"i64",
|
|
"u8",
|
|
"u16",
|
|
"u32",
|
|
"u64",
|
|
"isize",
|
|
"usize",
|
|
]
|
|
cognitive-complexity-threshold = 50
|
|
msrv = "1.58"
|
|
type-complexity-threshold = 25000
|