mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
21 lines
513 B
Plaintext
21 lines
513 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"semi": false,
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"arrowParens": "always",
|
|
"trailingComma": "none",
|
|
"importOrder": [
|
|
"^(react/(.*)$)|^(react$)|^(next/(.*)$)|^(next$)",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^(@/lib/(.*)$)|^(@/components/(.*)$)|^(@/styles/(.*)$)",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"importOrderGroupNamespaceSpecifiers": true
|
|
}
|