eu.astrogd.uptime-kuma-push.../.prettierrc.json

14 lines
302 B
JSON
Raw Permalink Normal View History

2023-09-16 12:16:57 +02:00
{
"printWidth": 150,
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"quoteProps": "consistent",
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"singleAttributePerLine": false
}