Files
deployment-portal-fe/.prettierrc.json

12 lines
206 B
JSON
Raw Permalink Normal View History

{
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
"bracketSameLine": false,
"useTabs": false,
"arrowParens": "avoid",
"bracketSpacing": true
}