Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ftzi authored Dec 22, 2023
1 parent 148e520 commit e688d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<br/>

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.

Expand Down Expand Up @@ -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"],
}],
Expand Down

0 comments on commit e688d88

Please sign in to comment.