Add prettier & eslint

This commit is contained in:
Çetin
2024-12-30 17:41:32 +03:00
parent 319b269726
commit f760886f54
6 changed files with 2196 additions and 2 deletions

View File

@@ -16,7 +16,10 @@
"moduleResolution": "bundler",
"importHelpers": true,
"target": "ES2022",
"module": "ES2022"
"module": "ES2022",
"paths": {
"@/*": ["./*"]
}
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,