chore: add prettier and format all files

- Install prettier ^3.6.2
- Add .prettierrc with project formatting rules
- Add .prettierignore to exclude generated files and dependencies
- Add npm scripts: format and format:check
- Format all files with prettier
This commit is contained in:
2025-11-25 23:59:44 +02:00
parent dcad1573a8
commit 41b3c5d345
10 changed files with 76 additions and 29 deletions

View File

@@ -139,7 +139,7 @@ check-ci:
### 2. Release Workflow (`release.yml`)
- **Triggers**: tags (v*.*.*), manual dispatch
- **Triggers**: tags (v*.*.\*), manual dispatch
- **Jobs**: validate, check-ci, security, release
- **Purpose**: Streamlined release process with CI dependency