Skip to content

Commit

Permalink
docs(linter): import/first options (#7381)
Browse files Browse the repository at this point in the history
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"`
  • Loading branch information
ZakisM authored Nov 21, 2024
1 parent 42496ed commit ad44cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_linter/src/rules/import/first.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ declare_oxc_lint!(
///
/// ### Options
///
/// with `"absolute-import"`:
/// with `"absolute-first"`:
///
/// Examples of **incorrect** code for this rule:
/// ```js
Expand Down

0 comments on commit ad44cfa

Please sign in to comment.