mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-06-25 01:21:52 +02:00
* Adds the ability to create and dismiss persistent HASS notifications. * Bump Strategy version to v2.3.5
15 lines
282 B
Plaintext
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
|
|
}
|