mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
19 lines
428 B
Text
19 lines
428 B
Text
{
|
|
"printWidth": 100,
|
|
"singleQuote": false,
|
|
"semi": true,
|
|
"useTabs": true,
|
|
"plugins": ["prettier-plugin-tailwindcss", "@trivago/prettier-plugin-sort-imports"],
|
|
"importOrder": [
|
|
"^react",
|
|
"^@remix-run/(.*)$",
|
|
"^@ui/(.*)$",
|
|
"^components/(.*)$",
|
|
"^lib/(.*)$",
|
|
"^[./]",
|
|
"<THIRD_PARTY_MODULES>"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"importOrderGroupNamespaceSpecifiers": true
|
|
}
|