picturarium/.prettierrc.json

6 lines
91 B
JSON

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