Files
handler/.prettierrc
2022-05-21 23:58:52 -05:00

9 lines
132 B
Plaintext

{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 4,
"arrowParens": "avoid"
}