Files
collection-portal/.prettierrc.json

12 lines
207 B
JSON
Raw Normal View History

2022-08-23 13:56:14 +05:30
{
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none",
"bracketSameLine": false,
"useTabs": false,
"arrowParens": "avoid",
"bracketSpacing": true
}