You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/oxc_linter/src/rules/eslint/yoda.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ declare_oxc_lint!(
31
31
/// ## What it does
32
32
///
33
33
/// Require or disallow "Yoda" conditions.
34
-
/// This rule aims to enforce consistent style of conditions which compare a variable to a literal value. The literal value must always come first in the comparison.
34
+
/// This rule aims to enforce consistent style of conditions which compare a variable to a literal value.
0 commit comments