feat: multiple changes

Signed-off-by: Avior <git@avior.me>
This commit is contained in:
2024-09-09 14:27:46 +02:00
parent d8f203f434
commit 3e91597dca
31 changed files with 216 additions and 223 deletions

View File

@ -24,7 +24,8 @@
"noStaticOnlyClass": "warn",
"noUselessTypeConstraint": "warn",
"noVoid": "error",
"useSimplifiedLogicExpression": "warn"
"useSimplifiedLogicExpression": "warn",
"noForEach": "off"
},
"performance": {
"noBarrelFile": "error",
@ -46,7 +47,7 @@
"options": {
"strictCase": true,
"requireAscii": true,
"filenameCases": ["camelCase", "export"]
"filenameCases": ["camelCase", "PascalCase", "export"]
}
},
"useForOf": "error",
@ -61,6 +62,9 @@
"useNodeAssertStrict": "warn",
"useNumberNamespace": "warn",
"useSingleCaseStatement": "warn"
},
"suspicious": {
"noEmptyInterface": "off"
}
}
},
@ -74,7 +78,7 @@
"semicolons": "asNeeded",
"quoteStyle": "single",
"trailingComma": "none",
"lineWidth": 200,
"lineWidth": 120,
"bracketSameLine": true
}
}