From 4cd079689e7a7871e2700957c6b4f499425c8c22 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 Aug 2025 15:51:59 +0000 Subject: [PATCH 1/4] Initial plan From 3554a4d4368deea9c0c4bcedf5ab63b5dfa3637d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 Aug 2025 16:03:21 +0000 Subject: [PATCH 2/4] Update docs to reflect type-aware linting support in preview --- src/docs/guide/usage/linter.md | 18 +++++++++++++++++- src/docs/guide/usage/linter/plugins.md | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/docs/guide/usage/linter.md b/src/docs/guide/usage/linter.md index 6af850301f..939bb3867e 100644 --- a/src/docs/guide/usage/linter.md +++ b/src/docs/guide/usage/linter.md @@ -34,10 +34,26 @@ and run Oxlint before ESLint in your local or CI setup for a quicker feedback lo - Supports: - JavaScript and TypeScript by their extensions `js`, `mjs`, `cjs`, `jsx`, `ts`, `mts`, `cts` and `tsx`. - `