feat: Most settings implemented
Some checks failed
/ build (push) Failing after 1m26s
/ check-changes (push) Successful in 8s

This commit is contained in:
Djuri 2025-05-04 02:12:17 +02:00
parent f8c2f4f228
commit 98ad7d1432
Signed by: djuri
GPG key ID: 61B9B2DDE5AA3AC1
41 changed files with 1976 additions and 421 deletions

View file

@ -37,7 +37,8 @@ export default ts.config(
},
{
rules: {
'svelte/no-at-html-tags': 'off'
'svelte/no-at-html-tags': 'off',
'@typescript-eslint/no-unsafe-function-type': 'off'
}
}
);