Closed
Description
My prettier configuration
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "all",
"arrowParens": "always",
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true
}
vscodo automatically formatted results

The result of executing npm run format
I want the structure to be as above
Metadata
Metadata
Assignees
Labels
Something isn't workingSomething isn't working