Skip to content

Commit 4830e68

Browse files
authored
chore(deps): bump (#62)
1 parent ff38e8e commit 4830e68

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+6783
-7003
lines changed

biome.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.0.0/schema.json",
3-
"organizeImports": {
4-
"enabled": true
5-
},
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
63
"linter": {
7-
"enabled": true,
84
"rules": {
9-
"recommended": true
5+
"correctness": {
6+
"useExhaustiveDependencies": "off",
7+
"useUniqueElementIds": "off"
8+
}
109
}
10+
},
11+
"vcs": {
12+
"enabled": true,
13+
"clientKind": "git",
14+
"useIgnoreFile": true
1115
}
1216
}

cspell.json

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
11
{
2-
"version": "0.2",
3-
"language": "en",
4-
"words": [
5-
"bhbs",
6-
"biomejs",
7-
"dirents",
8-
"Esbuild",
9-
"kitchensink",
10-
"middlewares",
11-
"noreply",
12-
"npmjs",
13-
"outro",
14-
"peaceiris",
15-
"Proxying",
16-
"Runkit",
17-
"svgr",
18-
"Triaging",
19-
"TTFB",
20-
"USEPOLLING",
21-
"viject",
22-
"Vite",
23-
"vitejs",
24-
"vitepress",
25-
"Vitest"
26-
],
27-
"ignorePaths": [
28-
"projects"
29-
]
2+
"version": "0.2",
3+
"language": "en",
4+
"words": [
5+
"bhbs",
6+
"biomejs",
7+
"dirents",
8+
"Esbuild",
9+
"kitchensink",
10+
"middlewares",
11+
"noreply",
12+
"npmjs",
13+
"outro",
14+
"peaceiris",
15+
"Proxying",
16+
"Runkit",
17+
"svgr",
18+
"Triaging",
19+
"TTFB",
20+
"USEPOLLING",
21+
"viject",
22+
"Vite",
23+
"vitejs",
24+
"vitepress",
25+
"Vitest"
26+
],
27+
"ignorePaths": ["projects"]
3028
}

0 commit comments

Comments
 (0)