osgos_admin_front/.prettierrc

10 lines
152 B
Plaintext
Raw Permalink Normal View History

2024-02-09 09:55:18 +00:00
{
"tabWidth": 2,
"singleQuote": true,
"jsxSingleQuote": true,
"arrowParents": "avoid",
"semi": false,
"trailingComma": "none",
"useTabs": true
}