munch-ease-frontend/.prettierrc.json
2025-10-18 12:42:23 +11:00

7 lines
117 B
JSON

{
"singleQuote": true,
"semi": false,
"trailingComma": "es5",
"printWidth": 100,
"arrowParens": "always"
}