1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-19 13:19:41 +02:00
mealie/frontend/.prettierrc

10 lines
163 B
Text
Raw Permalink Normal View History

2021-07-31 14:00:28 -08:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"printWidth": 120,
"arrowParens": "always",
"eslintIntegration": true
}