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