switch to sveltekit and make big progress

This commit is contained in:
unurled 2025-07-05 23:21:18 +02:00
parent 73c32b4fb6
commit a8d502f2ee
531 changed files with 3468 additions and 27682 deletions

View file

@ -1,9 +1,6 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": [
"typescript",
"unicorn"
],
"plugins": ["typescript", "unicorn"],
"categories": {
"correctness": "off"
},
@ -107,12 +104,7 @@
],
"overrides": [
{
"files": [
"**/*.ts",
"**/*.tsx",
"**/*.mts",
"**/*.cts"
],
"files": ["**/*.ts", "**/*.tsx", "**/*.mts", "**/*.cts"],
"rules": {
"no-class-assign": "off",
"no-const-assign": "off",
@ -133,14 +125,11 @@
}
},
{
"files": [
"*.svelte",
"**/*.svelte"
],
"files": ["*.svelte", "**/*.svelte"],
"rules": {
"no-inner-declarations": "off",
"no-self-assign": "off"
}
}
]
}
}