OSGOA_ADMIN_FRONT/.prettierrc

10 lines
152 B
Plaintext
Raw Permalink Normal View History

2024-02-22 16:46:23 +00:00
{
"tabWidth": 2,
"singleQuote": true,
"jsxSingleQuote": true,
"arrowParents": "avoid",
"semi": false,
"trailingComma": "none",
"useTabs": true
}