ozntel_oz-calendar/.prettierrc

11 lines
181 B
Text
Raw Permalink Normal View History

2023-03-10 08:06:36 +00:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"printWidth": 115,
"jsxBracketSameLine": true,
"bracketSpacing": true,
"arrowParens": "always"
}