reserva_chatmotel/.prettierrc

10 lines
155 B
Plaintext

{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "always",
"endOfLine": "lf"
}