linklogger/app/.prettierrc

6 lines
92 B
Plaintext

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