From ca5b989138957c4377b0af8dfd1116a34f6ab9b6 Mon Sep 17 00:00:00 2001 From: Bruno Date: Sun, 8 Sep 2024 00:04:01 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bda2a2..d0289d5 100644 --- a/README.md +++ b/README.md @@ -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, ]; ```