hubs/.prettierrc.json

8 строки
110 B
JSON

{
"printWidth": 120,
"trailingComma": "none",
"arrowParens": "avoid",
"tabWidth": 2,
"semi": true
}