There was an error while loading. Please reload this page.
1 parent f2d8b21 commit ccd0a69Copy full SHA for ccd0a69
1 file changed
crates/oxc_linter/src/rules/oxc/only_used_in_recursion.rs
@@ -64,7 +64,7 @@ declare_oxc_lint!(
64
correctness,
65
dangerous_fix,
66
version = "0.1.1",
67
- short_description = "Checks for arguments that are only used in recursion with no side-effects.",
+ short_description = "Checks for arguments that are only used in recursion with no side effects.",
68
);
69
70
fn is_exported(id: &BindingIdentifier<'_>, ctx: &LintContext<'_>) -> bool {
0 commit comments