Skip to content

Instantly share code, notes, and snippets.

View Reegan01's full-sized avatar
💻
working

Reegan R Reegan01

💻
working
View GitHub Profile
@Reegan01
Reegan01 / .prettierrc
Created February 21, 2025 13:19 — forked from thesyntaxdiaries/.prettierrc
VS Code User Settings (JSON)
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"arrowParens": "avoid"
}
app/
|- app.module.ts
|- app-routing.module.ts
|- core/
|- auth/
|- auth.module.ts (optional since Angular 6)
|- auth.service.ts
|- index.ts
|- othermoduleofglobalservice/
|- ui/