set up eslint and prettier

This commit is contained in:
2026-02-12 20:54:14 +01:00
parent 759e336956
commit 316055652f
60 changed files with 12758 additions and 2724 deletions

View File

@@ -7,11 +7,14 @@
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": ["dist/**"]
},
"transit": {
"dependsOn": ["^transit"]
},
"lint": {
"dependsOn": ["^lint"]
"dependsOn": ["transit"]
},
"check-types": {
"dependsOn": ["^check-types"]
"dependsOn": ["transit"]
},
"dev": {
"cache": false,