mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
8 lines
No EOL
253 B
JavaScript
8 lines
No EOL
253 B
JavaScript
module.exports = {
|
|
"tabWidth": 4,
|
|
"trailingComma": "all",
|
|
"jsxBracketSameLine": true,
|
|
"importOrder": ["preact|classnames|.scss$", "/(lib)", "/(redux)", "/(context)", "/(ui|common)|.svg$", "^[./]"],
|
|
"importOrderSeparation": true,
|
|
}
|
|
|