web2-client/.prettierrc.json

7 lines
117 B
JSON

{
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"printWidth": 100,
"trailingComma": "es5"
}