From 6c2aed444d56677ae2be93c91f7a142a06defca6 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 6 Feb 2026 14:48:45 -0500 Subject: [PATCH] update contributing instsructions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e940252892..f950dd1609 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -124,7 +124,7 @@ To typecheck the codebase, run `pnpm check` inside `packages/svelte`. To typeche ### Style guide -[Eslint](https://eslint.org) will catch most styling issues that may exist in your code. You can check the status of your code styling by simply running `pnpm lint`. +[Oxlint](https://oxc.rs/docs/guide/usage/linter.html) will catch most styling issues that may exist in your code. You can check the status of your code styling by simply running `pnpm lint`. #### Code conventions