Skip to content

Commit 65e686c

Browse files
committed
biome ignore styled-system folder
1 parent 2c9b94a commit 65e686c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changeset/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "rmrk-team/rmrk-js" }],
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{ "repo": "rmrk-team/rmrk-js" }
6+
],
47
"commit": false,
58
"fixed": [],
69
"linked": [],

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://biomejs.dev/schemas/1.5.1/schema.json",
33
"files": {
44
"ignoreUnknown": true,
5-
"ignore": ["apps/**/styled-system/**", "packages/**/dist/**", "apps/**/.next/**", "packages/**/tsconfig.build.json", "biome.json"]
5+
"ignore": ["apps/**/styled-system/**", "packages/**/dist/**", "apps/**/.next/**", "packages/**/tsconfig.build.json", "biome.json", "styled-system"]
66
},
77
"formatter": {
88
"enabled": true,

0 commit comments

Comments
 (0)