Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBrahma committed Jan 6, 2024
2 parents c87d5cb + 9cb8c4d commit 48bea73
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 @@ -25,7 +25,7 @@ npm install -D eslint-config-biome # or your preferred package manager ;)

- `.eslintrc.*`: Add the following as the last item in the `"overrides"` array. Create it if necessary.

```json
```json5
{
"overrides": [
// other overrides,
Expand Down Expand Up @@ -74,7 +74,7 @@ npm install -D eslint-config-biome # or your preferred package manager ;)
- Since v1.4.0, this package includes [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier), so formatting rules are also disabled as Biome has almost full compatibility with prettier. [Attribution](ATTRIBUTION.md). Its installation is no longer required and it can be removed from your project and your eslint config file.
This package had its origin [in this discussion](https://github.com/biomejs/biome/discussions/3#discussioncomment-7876363). Also, thanks [DaniGuardiola
- This package had its origin [in this discussion](https://github.com/biomejs/biome/discussions/3#discussioncomment-7876363). Also, thanks [DaniGuardiola
](https://github.com/DaniGuardiola) for [your initial code](https://github.com/biomejs/biome/discussions/3#discussioncomment-7910787)!
Expand Down

0 comments on commit 48bea73

Please sign in to comment.