mirror of
https://github.com/revoltchat/revite.git
synced 2025-02-21 15:51:11 -05:00
9 lines
246 B
JavaScript
9 lines
246 B
JavaScript
|
module.exports = {
|
||
|
"tabWidth": 4,
|
||
|
"useTabs": true,
|
||
|
"trailingComma": "all",
|
||
|
"jsxBracketSameLine": true,
|
||
|
"importOrder": ["/(lib)", "/(redux)", "/(context)", "/(ui|common)|.svg$", "^[./]"],
|
||
|
"importOrderSeparation": true,
|
||
|
}
|
||
|
|