mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
14 lines
308 B
JavaScript
14 lines
308 B
JavaScript
module.exports = {
|
|
tabWidth: 4,
|
|
trailingComma: "all",
|
|
jsxBracketSameLine: true,
|
|
importOrder: [
|
|
"preact|classnames|.scss$",
|
|
"/(lib)",
|
|
"/(redux|mobx)",
|
|
"/(context)",
|
|
"/(ui|common)|.svg|.webp$",
|
|
"^[./]",
|
|
],
|
|
importOrderSeparation: true,
|
|
};
|