forked from abner/for-legacy-web
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,
|
|
}
|
|
|