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