Skip to content

Commit f6e7897

Browse files
connorsheafengmk2
andauthored
docs: Update lint.md with info on writing custom plugins (#2381)
Added information about writing custom JS plugins. Also clarified that TypeScript Go is TS7. Signed-off-by: Connor Shea <2977353+connorshea@users.noreply.github.com> Co-authored-by: MK (fengmk2) <fengmk2@gmail.com>
1 parent 8d80e74 commit f6e7897

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/guide/lint.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ We recommend enabling both `typeAware` and `typeCheck` in the `lint` block:
4343
- `typeAware: true` enables rules that require TypeScript type information
4444
- `typeCheck: true` enables full type checking during linting
4545

46-
This path is powered by [tsgolint](https://github.com/oxc-project/tsgolint) on top of the TypeScript Go toolchain. It gives Oxlint access to type information and allows type checking directly via `vp lint` and `vp check`.
46+
This path is powered by [tsgolint](https://github.com/oxc-project/tsgolint) on top of the TypeScript 7 (aka TypeScript Go) toolchain. It gives Oxlint access to type information and allows type checking directly via `vp lint` and `vp check`.
4747

4848
## JS Plugins
4949

5050
If you are migrating from ESLint and still depend on a few critical JavaScript-based ESLint plugins, Oxlint has [JS plugin support](https://oxc.rs/docs/guide/usage/linter/js-plugins) that can help you keep those plugins running while you complete the migration.
51+
52+
JS Plugins also enable [writing your own custom rules](https://oxc.rs/docs/guide/usage/linter/writing-js-plugins.html) for Oxlint.

0 commit comments

Comments
 (0)