mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
docs(linter): import/first options (#7381)
Fix the docs for [import-first](https://oxc.rs/docs/guide/usage/linter/rules/import/first.html#import-first) which mentions the option `"absolute-import"` rather than `"absolute-first"`
This commit is contained in:
parent
42496ed16f
commit
ad44cfa840
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ declare_oxc_lint!(
|
|||
///
|
||||
/// ### Options
|
||||
///
|
||||
/// with `"absolute-import"`:
|
||||
/// with `"absolute-first"`:
|
||||
///
|
||||
/// Examples of **incorrect** code for this rule:
|
||||
/// ```js
|
||||
|
|
|
|||
Loading…
Reference in a new issue