Files
mealie/frontend/.prettierrc

10 lines
163 B
Plaintext
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
}