mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 20:10:33 +00:00
10 lines
179 B
Text
10 lines
179 B
Text
{
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf"
|
|
}
|