mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-05 23:25:44 -05:00
Add reasonable defaults to prettier.
This commit is contained in:
parent
7067627027
commit
b2d73f2382
2 changed files with 9 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in a new issue