Files
tattletires/.prettierrc

9 lines
146 B
Plaintext
Raw Normal View History

{
"trailingComma": "none",
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 120,
"tabWidth": 4
}