zero-ui/.prettierrc.json
2021-03-21 22:25:13 +03:00

7 lines
86 B
JSON

{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}