dwysokinski.me/.prettierrc

6 lines
68 B
Plaintext
Raw Normal View History

2020-07-13 09:45:24 +00:00
{
"arrowParens": "avoid",
2021-01-17 08:31:50 +00:00
"semi": true,
"singleQuote": true
2020-07-13 09:45:24 +00:00
}