mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
* chore: start moving Button over * fix: convert ServerIdentityModal * fix: modal button styling * fix: popover styles * fix: clean up references to ui/*.* * fix: button sizing Co-authored-by: Ed L <beartechtalks@gmail.com>
16 lines
342 B
JavaScript
16 lines
342 B
JavaScript
module.exports = {
|
|
tabWidth: 4,
|
|
trailingComma: "all",
|
|
jsxBracketSameLine: true,
|
|
importOrder: [
|
|
"preact|classnames|.scss$",
|
|
"^@revoltchat",
|
|
"/(lib)",
|
|
"/(redux|mobx)",
|
|
"/(context)",
|
|
"/(ui|common)|.svg|.webp|.png|.jpg$",
|
|
"^[./]",
|
|
],
|
|
importOrderSeparation: true,
|
|
};
|