amiopen.now/.prettierrc.json

8 lines
110 B
JSON

{
"tabWidth": 4,
"useTabs": true,
"singleQuote": false,
"trailingComma": "all",
"arrowParens": "avoid"
}