-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.prettierrc
50 lines (50 loc) · 1.3 KB
/
.prettierrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"importOrder": [
"^next",
"^(react|react-dom)$",
"^@metaplex-foundation/mpl-candy-machine",
"^@metaplex-foundation/mpl-token-metadata",
"^@metaplex-foundation/mpl-toolbox",
"^@metaplex-foundation/umi",
"^@metaplex-foundation/umi-bundle-defaults",
"^@metaplex-foundation/umi-signer-wallet-adapters",
"^@radix-ui/react-slot",
"^@radix-ui/react-toast",
"^@solana/wallet-adapter-base",
"^@solana/wallet-adapter-react",
"^@solana/wallet-adapter-react-ui",
"^@solana/wallet-adapter-wallets",
"^@solana/web3.js",
"^@tabler/icons-react",
"^@trivago/prettier-plugin-sort-imports",
"^@types/node",
"^@types/react",
"^@types/react-dom",
"^bigint-buffer",
"^class-variance-authority",
"^clsx",
"^dayjs",
"^eslint",
"^eslint-config-next",
"^lucide-react",
"^postcss",
"^prettier",
"^prettier-plugin-tailwindcss",
"^tailwind-merge",
"^tailwindcss",
"^tailwindcss-animate",
"^typescript",
"^@/app/",
"^@/components/",
"^@/",
"^[./]"
],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"importOrderGroupNamespaceSpecifiers": true,
"importOrderCaseInsensitive": true,
"plugins": [
"@trivago/prettier-plugin-sort-imports",
"prettier-plugin-tailwindcss"
]
}