-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prettierrc
32 lines (32 loc) · 891 Bytes
/
.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
{
"arrowParens": "always",
"bracketSpacing": true,
"bracketSameLine": false,
"endOfLine": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": false,
"printWidth": 80,
"proseWrap": "always",
"quoteProps": "consistent",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"useTabs": true,
"trailingComma": "all",
"importOrder": [
"styles/global\\.scss",
"(\\.scss|\\.less|\\.css|\\.sass)$",
"(\\.jpg|\\.jpeg|\\.svg|\\.png|\\.webp)$",
"^(^antd|^rsuite|^@emotion|^emotion|theme-ui|^semantic-ui|^@rebass|^@chakra-ui|bootstrap|tailwind|bulma|mui|^@blueprintjs|reactstrap|^@mantine)",
"^(^react$|^@react|^react|^recoil|redux|vite)",
".*",
"<THIRD_PARTY_MODULES>",
"^[./]",
".*types\\.ts"
],
"importOrderGroupNamespaceSpecifiers": true,
"importOrderSeparation": true,
"importOrderSortSpecifiers": true
}