mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-05 20:42:23 -07:00
9 lines
163 B
Text
9 lines
163 B
Text
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"printWidth": 120,
|
|
"arrowParens": "always",
|
|
"eslintIntegration": true
|
|
}
|