Concept-Garant/.prettierrc.json

14 lines
263 B
JSON
Raw Normal View History

2025-05-22 19:50:19 +03:00
{
"semi": true,
"useTabs": false,
"printWidth": 120,
"tabWidth": 2,
"trailingComma": "none",
"arrowParens": "avoid",
"singleQuote": true,
"jsxSingleQuote": true,
"quoteProps": "consistent",
"bracketSameLine": false,
"bracketSpacing": true
}