fido-node.github.io/.prettierrc

8 lines
136 B
Plaintext
Raw Normal View History

2021-04-28 10:16:22 +03:00
{
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none",
"jsxBracketSameLine": true
}