forked from abner/for-legacy-web
Add reasonable defaults to prettier.
parent
7067627027
commit
b2d73f2382
|
|
@ -1 +0,0 @@
|
|||
tabWidth: 4
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
"tabWidth": 4,
|
||||
"useTabs": true,
|
||||
"trailingComma": "all",
|
||||
"jsxBracketSameLine": true,
|
||||
"importOrder": ["/(lib)", "/(redux)", "/(context)", "/(ui|common)|.svg$", "^[./]"],
|
||||
"importOrderSeparation": true,
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue