Seed: Angular workspace (web/) for frontend tasks
ng new defaults, Angular 22.1, vitest unit-test builder — npm test runs once and green under CI. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
12
web/.prettierrc
Normal file
12
web/.prettierrc
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"printWidth": 100,
|
||||
"singleQuote": true,
|
||||
"overrides": [
|
||||
{
|
||||
"files": "*.html",
|
||||
"options": {
|
||||
"parser": "angular"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user