awekas/.prettierrc
Felix Dürrwald 9fc2a80426
Some checks failed
CI / main (push) Failing after 17s
feat: Implement mqtt-gateway
2024-09-29 08:46:40 +02:00

9 lines
127 B
Plaintext

{
"printWidth": 100,
"semi": false,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": false
}