Lucys/.prettierrc.json

8 lines
107 B
JSON

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