Files
payload/examples/hierarchy/.prettierrc.json
2024-04-25 12:54:17 -03:00

7 lines
90 B
JSON

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