fix all errors in index

This commit is contained in:
C4illin 2024-05-21 15:50:30 +02:00
parent 4aeeaa5060
commit 74a9252077
2 changed files with 100 additions and 80 deletions

View file

@ -36,7 +36,7 @@
"suspicious": {
"noEmptyBlockStatements": "error",
"noEmptyInterface": "error",
"noExplicitAny": "error",
"noExplicitAny": "warn",
"noExtraNonNullAssertion": "error",
"noMisleadingInstantiator": "error",
"noUnsafeDeclarationMerging": "error",
@ -52,7 +52,7 @@
"semicolons": "always",
"arrowParentheses": "always",
"bracketSpacing": true,
"bracketSameLine": false,
"bracketSameLine": true,
"quoteStyle": "double",
"attributePosition": "auto"
}