mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
Add reasonable defaults to prettier.
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
tabWidth: 4
|
|
||||||
9
.prettierrc.js
Normal file
9
.prettierrc.js
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
module.exports = {
|
||||||
|
"tabWidth": 4,
|
||||||
|
"useTabs": true,
|
||||||
|
"trailingComma": "all",
|
||||||
|
"jsxBracketSameLine": true,
|
||||||
|
"importOrder": ["/(lib)", "/(redux)", "/(context)", "/(ui|common)|.svg$", "^[./]"],
|
||||||
|
"importOrderSeparation": true,
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user