swc/clippy.toml
2022-02-23 06:07:42 +00:00

4 lines
200 B
TOML

blacklisted-names = ["bool", "char", "str", "f32", "f64", "i8", "i16", "i32", "i64", "u8", "u16", "u32", "u64", "isize", "usize"]
cognitive-complexity-threshold = 50
type-complexity-threshold = 25000