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:
Zak 2024-11-21 01:46:12 +00:00 committed by GitHub
parent 42496ed16f
commit ad44cfa840
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,7 @@ declare_oxc_lint!(
///
/// ### Options
///
/// with `"absolute-import"`:
/// with `"absolute-first"`:
///
/// Examples of **incorrect** code for this rule:
/// ```js