🎉 Start project but-3
This commit is contained in:
10
.prettierrc
Normal file
10
.prettierrc
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"semi": false,
|
||||
"trailingComma": "all",
|
||||
"singleQuote": true,
|
||||
"printWidth": 120,
|
||||
"importOrder": ["^express$", "<THIRD_PARTY_MODULES>", "^@firgal/(.*)", "^@(.*)", "(.*)"],
|
||||
"importOrderSortSpecifiers": true,
|
||||
"importOrderSeparation": true,
|
||||
"importOrderParserPlugins": ["typescript", "classProperties", "decorators-legacy"]
|
||||
}
|
Reference in New Issue
Block a user