satcheljs/.prettierrc

8 строки
130 B
Plaintext

{
"printWidth": 100,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "es5",
"jsxBracketSameLine": true
}