1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 01:48:12 +09:00
Files
namae/.prettierrc
2020-06-29 12:24:01 +09:00

9 lines
151 B
Plaintext

{
"jsxBracketSameLine": true,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always",
"bracketSpacing": true
}