mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
19 lines
441 B
Plaintext
19 lines
441 B
Plaintext
{
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"endOfLine": "lf",
|
|
"importOrder": [
|
|
"^(react/(.*)$)|^(react$)",
|
|
"^(next/(.*)$)|^(next$)",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": false,
|
|
"importOrderSortSpecifiers": true,
|
|
"importOrderBuiltinModulesToTop": true,
|
|
"importOrderMergeDuplicateImports": true,
|
|
"importOrderCombineTypeAndValueImports": true
|
|
}
|