Skip to content

Commit fa9386f

Browse files
committed
update dependencies
1 parent 5628275 commit fa9386f

File tree

5 files changed

+54
-157
lines changed

5 files changed

+54
-157
lines changed

apps/docs/biome.jsonc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://biomejs.dev/schemas/2.3.0/schema.json",
3+
"root": false,
4+
"extends": ["@macalinao/biome-config/base"],
5+
"linter": {
6+
"domains": {
7+
"next": "recommended"
8+
},
9+
"rules": {
10+
"correctness": {
11+
"useImportExtensions": "off"
12+
}
13+
}
14+
}
15+
}

apps/docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"yaml": "^2.8.1"
2121
},
2222
"devDependencies": {
23+
"@macalinao/biome-config": "^0.1.4",
2324
"@tailwindcss/postcss": "^4.1.16",
2425
"@types/mdx": "^2.0.13",
2526
"@types/node": "24.9.1",

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.7/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.0/schema.json",
33
"extends": ["@macalinao/biome-config/base"],
44
"files": {
55
"ignoreUnknown": false,

0 commit comments

Comments
 (0)