mirror of
https://github.com/mealie-recipes/mealie.git
synced 2024-12-24 21:11:21 -08:00
10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"printWidth": 120,
|
|
"arrowParens": "always",
|
|
"eslintIntegration": true
|
|
}
|