From 38d28d33a8a1ff796008026a43d8c06f1f51d58c Mon Sep 17 00:00:00 2001 From: zak <8143258+ZakisM@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:52:53 +0000 Subject: [PATCH] docs(linter): import-first options --- crates/oxc_linter/src/rules/import/first.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/oxc_linter/src/rules/import/first.rs b/crates/oxc_linter/src/rules/import/first.rs index 57ff1d6329a6d..69fc06c2be20e 100644 --- a/crates/oxc_linter/src/rules/import/first.rs +++ b/crates/oxc_linter/src/rules/import/first.rs @@ -72,7 +72,7 @@ declare_oxc_lint!( /// /// ### Options /// - /// with `"absolute-import"`: + /// with `"absolute-first"`: /// /// Examples of **incorrect** code for this rule: /// ```js