osgos_admin_front/.prettierrc

10 lines
152 B
Plaintext
Raw Normal View History

2024-02-15 22:40:52 +00:00
{
"tabWidth": 2,
"singleQuote": true,
"jsxSingleQuote": true,
"arrowParents": "avoid",
"semi": false,
"trailingComma": "none",
"useTabs": true
}