1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 20:20:38 +09:00
namae/.prettierrc

6 lines
79 B
Plaintext
Raw Normal View History

{
2020-03-10 10:00:08 +09:00
"singleQuote": true,
2020-06-29 12:24:01 +09:00
"trailingComma": "all",
2020-07-19 13:39:15 +09:00
"arrowParens": "always"
}