safe-react/.prettierrc

8 lines
107 B
Plaintext

{
"tabWidth": 2,
"printWidth": 120,
"trailingComma": "all",
"singleQuote": true,
"semi": false
}