11 lines
338 B
Plaintext
11 lines
338 B
Plaintext
{
|
|
"semi": false,
|
|
"trailingComma": "all",
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"importOrder": ["^express$", "<THIRD_PARTY_MODULES>", "^@firgal/(.*)", "^@(.*)", "(.*)"],
|
|
"importOrderSortSpecifiers": true,
|
|
"importOrderSeparation": true,
|
|
"importOrderParserPlugins": ["typescript", "classProperties", "decorators-legacy"]
|
|
}
|