Skip to content

Commit ca5b989

Browse files
authored
Update README.md
1 parent ffda305 commit ca5b989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ npm install -D eslint-config-biome # or your preferred package manager ;)
4141
- Or `eslint.config.js`: Import `eslint-config-biome` and have it as the last item in the configuration array
4242

4343
```js
44-
import eslintConfigBiome from "eslint-config-biome";
44+
import biome from "eslint-config-biome";
4545
4646
export default [
4747
// other configs,
48-
eslintConfigBiome,
48+
biome,
4949
];
5050
```
5151

0 commit comments

Comments
 (0)