From 672844bfcaf4429203fcb15ce0c71aa61378badd Mon Sep 17 00:00:00 2001 From: Sysix Date: Fri, 3 Oct 2025 12:59:54 +0200 Subject: [PATCH] docs(linter): remove "no js required" paragraph --- src/docs/guide/usage/linter.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/docs/guide/usage/linter.md b/src/docs/guide/usage/linter.md index f4e2e4e37d..b4229e5556 100644 --- a/src/docs/guide/usage/linter.md +++ b/src/docs/guide/usage/linter.md @@ -94,9 +94,6 @@ $ bun add -D oxlint ::: -`oxlint` does not require Node.js, the binaries can be downloaded from the -[latest GitHub releases](https://github.com/oxc-project/oxc/releases/latest). - ### Type-Aware Linting (Preview) Oxlint supports type-aware rules in preview mode. To enable type-aware linting: