Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBrahma authored Sep 7, 2024
1 parent ffda305 commit ca5b989
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 @@ -41,11 +41,11 @@ npm install -D eslint-config-biome # or your preferred package manager ;)
- Or `eslint.config.js`: Import `eslint-config-biome` and have it as the last item in the configuration array

```js
import eslintConfigBiome from "eslint-config-biome";
import biome from "eslint-config-biome";
export default [
// other configs,
eslintConfigBiome,
biome,
];
```

Expand Down

0 comments on commit ca5b989

Please sign in to comment.