react/.prettierrc

8 lines
110 B
Plaintext
Raw Permalink Normal View History

2020-04-25 02:27:45 +02:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"endOfLine": "auto"
}