Files
mushroom-strategy/.prettierrc
Ferry Cools 509b521176 Add Notice Manager (#239)
* Adds the ability to create and dismiss persistent HASS notifications.

* Bump Strategy version to v2.3.5
2025-06-20 16:40:02 +02:00

15 lines
282 B
Plaintext

{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"jsxSingleQuote": true,
"printWidth": 120,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}