mealie/frontend/.prettierrc

9 lines
162 B
Text
Raw Normal View History

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