Files
lemma/frontend/.prettierrc.json

7 lines
97 B
JSON

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