From 269810724f8dd2f4d7be5d80759b15577e15dc0d Mon Sep 17 00:00:00 2001 From: Bertie690 Date: Sat, 26 Apr 2025 18:11:46 -0400 Subject: [PATCH] Fix tpyo --- docs/linting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linting.md b/docs/linting.md index 7758444daa3..c4dcef226cf 100644 --- a/docs/linting.md +++ b/docs/linting.md @@ -54,7 +54,7 @@ Some things to consider: - Some rules are currently disabled or marked as warnings (`warn`) to allow for gradual refactoring without blocking development. **Do not write new code that triggers these warnings.** - The linter is configured to ignore specific files and folders (such as excessively large files or ones in need of refactoring) to improve performance and focus on actionable areas. -Any questions about linting rules can be brought up in the `#dev-corner` channel in the discord. We are willing to discuss adding or changing existing rules, though not w +Any questions about linting rules should be brought up in the `#dev-corner` channel in the discord. [^1]: A complete list of rules can be found in the `biome.jsonc` file in the project root.