mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
20 lines
466 B
Plaintext
20 lines
466 B
Plaintext
{
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"endOfLine": "lf",
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"],
|
|
"importOrder": [
|
|
"^(react/(.*)$)|^(react$)",
|
|
"^(next/(.*)$)|^(next$)",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^(@/(.*)$)|^(@$)",
|
|
"^(@content/(.*)$)|^(@content$)",
|
|
"^(@generated/(.*)$)|^(@generated$)",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": false,
|
|
"importOrderSortSpecifiers": true
|
|
}
|