WIP: Failed attempt to do a solid-js app.

For now...
This commit is contained in:
Nicolás Hatcher
2024-05-22 20:55:54 +02:00
parent 49c3b14bf0
commit 379c84f64a
60 changed files with 7846 additions and 0 deletions

15
solidjs_app/biome.json Normal file
View File

@@ -0,0 +1,15 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.0/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"indentStyle": "space"
}
}