libremdb/.prettierrc

9 lines
137 B
Plaintext
Raw Normal View History

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