xyter/.prettierrc

6 lines
85 B
Text

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