We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unicorn/no-nested-ternary
1 parent 9b19b40 commit 08e64fdCopy full SHA for 08e64fd
crates/oxc_linter/src/rules/unicorn/no_nested_ternary.rs
@@ -45,7 +45,7 @@ declare_oxc_lint!(
45
/// ```
46
NoNestedTernary,
47
unicorn,
48
- restriction,
+ style,
49
conditional_fix
50
);
51
0 commit comments