Files
boilerplate/.prettierrc
Bastian Wagner 543e8273a7 initial
2026-07-16 09:49:22 +02:00

7 lines
89 B
Plaintext

{
"singleQuote": true,
"semi": true,
"printWidth": 100,
"trailingComma": "all"
}