From e688d880a66292b9ffbc3726ba3bfd88a8169b64 Mon Sep 17 00:00:00 2001 From: Bruno Date: Fri, 22 Dec 2023 01:55:18 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05b1c6b..9f40e3f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@
-Disables all the ESLint rules that have an **equivalent and recommended** [Biome](https://biomejs.dev/) rule, so you can use both for better performance. +Disables all the ESLint rules that have an [**equivalent and recommended**](https://github.com/biomejs/biome/discussions/3) [Biome](https://biomejs.dev/) rule so that you can use both for better performance. Early stage lib, will be improved soon with further improvements such as considering non-recommended Biome rules. @@ -48,7 +48,7 @@ export default [ - In your .eslintrc, you can instead have this in `overrides`: ``` -overrides: [{ +"overrides": [{ files: ["*.ts", "*.js", "*.tsx", "*.jsx"], extends: ["biome"], }],