21 lines
381 B
Plaintext
21 lines
381 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"printWidth": 80,
|
|
"useTabs": false,
|
|
"trailingComma" : "none",
|
|
"importOrder": [
|
|
"^@react/(.*)$",
|
|
"^@redux/(.*)$",
|
|
"^@utils/(.*)$",
|
|
"^@api/(.*)$",
|
|
"^@hooks/(.*)$",
|
|
"^@pages/(.*)$",
|
|
"^@components/(.*)$",
|
|
"^assets/(.*)$",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true
|
|
}
|