1
0
mirror of https://github.com/uetchy/namae.git synced 2026-06-01 02:59:46 +09:00
Files
namae/.prettierrc
T
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
}