munch-ease-frontend/.prettierrc.json

8 lines
117 B
JSON
Raw Permalink Normal View History

2025-10-18 01:42:23 +00:00
{
"singleQuote": true,
"semi": false,
"trailingComma": "es5",
"printWidth": 100,
"arrowParens": "always"
}