Skip to content

Commit 920f2c3

Browse files
authored
feat: kitchen sink 2.0 (#203)
* Remove `examples` * Remove `kitchen-sink` * Add kitchen-sink * Update biome.json * Update pnpm-workspace.yaml * fix new lines * Update pnpm-lock.yaml
1 parent e892368 commit 920f2c3

33 files changed

+1082
-3901
lines changed

biome.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@
88
"files": {
99
"ignoreUnknown": false,
1010
"ignore": [
11-
"examples/**",
1211
"**/dist/**",
1312
"**/build/**",
1413
"node_modules",
1514
"**/node_modules/**",
1615
"**/*.css",
1716
"**/*.astro",
18-
"packages/website",
19-
"kitchen-sink"
17+
"packages/website"
2018
]
2119
},
2220
"organizeImports": {

examples/sierpinski/package.json

-21
This file was deleted.

0 commit comments

Comments
 (0)