mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
9 lines
274 B
JavaScript
9 lines
274 B
JavaScript
module.exports = {
|
|
"tabWidth": 4,
|
|
"useTabs": true,
|
|
"trailingComma": "all",
|
|
"jsxBracketSameLine": true,
|
|
"importOrder": ["preact|classnames|.scss$", "/(lib)", "/(redux)", "/(context)", "/(ui|common)|.svg$", "^[./]"],
|
|
"importOrderSeparation": true,
|
|
}
|
|
|