chore: fmt

This commit is contained in:
Michael Abebe
2026-05-12 16:50:18 +03:00
parent 4540d35215
commit 1c5ee19388
181 changed files with 1492 additions and 1100 deletions

View File

@@ -9,6 +9,7 @@
"build": "turbo run build",
"build:freight": "turbo run build --filter=@edr/freight-*",
"build:passenger": "turbo run build --filter=@edr/passenger-*",
"clean": "find . -type d -name dist -prune -exec rm -rf '{}' + && find . -type f -name '*.tsbuildinfo' -delete",
"test": "turbo run test",
"lint": "turbo run lint",
"type-check": "turbo run type-check",
@@ -33,8 +34,13 @@
}
},
"lint-staged": {
"**/*.{ts,tsx}": ["eslint --fix", "prettier --write"],
"**/*.{json,md}": ["prettier --write"]
"**/*.{ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"**/*.{json,md}": [
"prettier --write"
]
},
"packageManager": "pnpm@9.12.0",
"engines": {