1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00
namae/.prettierrc

9 lines
151 B
Plaintext
Raw Normal View History

{
2020-06-29 12:24:01 +09:00
"jsxBracketSameLine": true,
"semi": true,
2020-03-10 10:00:08 +09:00
"singleQuote": true,
2020-06-29 12:24:01 +09:00
"trailingComma": "all",
"arrowParens": "always",
"bracketSpacing": true
}