From 65e686ce100685f67000849b8ede634a514f9a23 Mon Sep 17 00:00:00 2001 From: Yuri Date: Wed, 17 Jan 2024 14:24:20 +0100 Subject: [PATCH] biome ignore styled-system folder --- .changeset/config.json | 5 ++++- biome.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 6019721..7f74d00 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,9 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", - "changelog": ["@changesets/changelog-github", { "repo": "rmrk-team/rmrk-js" }], + "changelog": [ + "@changesets/changelog-github", + { "repo": "rmrk-team/rmrk-js" } + ], "commit": false, "fixed": [], "linked": [], diff --git a/biome.json b/biome.json index 657d6c8..fb3f5e9 100644 --- a/biome.json +++ b/biome.json @@ -2,7 +2,7 @@ "$schema": "https://biomejs.dev/schemas/1.5.1/schema.json", "files": { "ignoreUnknown": true, - "ignore": ["apps/**/styled-system/**", "packages/**/dist/**", "apps/**/.next/**", "packages/**/tsconfig.build.json", "biome.json"] + "ignore": ["apps/**/styled-system/**", "packages/**/dist/**", "apps/**/.next/**", "packages/**/tsconfig.build.json", "biome.json", "styled-system"] }, "formatter": { "enabled": true,