mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
chore: prettier-plugin-sort-imports
This commit is contained in:
11
.prettierrc
11
.prettierrc
@@ -7,5 +7,14 @@
|
||||
"bracketSpacing": true,
|
||||
"bracketSameLine": false,
|
||||
"arrowParens": "always",
|
||||
"trailingComma": "none"
|
||||
"trailingComma": "none",
|
||||
"importOrder": [
|
||||
"^(react/(.*)$)|^(react$)|^(next/(.*)$)|^(next$)",
|
||||
"<THIRD_PARTY_MODULES>",
|
||||
"^(lib/(.*)$)|^(components/(.*)$)|^(styles/(.*)$)",
|
||||
"^[./]"
|
||||
],
|
||||
"importOrderSeparation": true,
|
||||
"importOrderSortSpecifiers": true,
|
||||
"importOrderGroupNamespaceSpecifiers": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user