fix replugged install
This commit is contained in:
parent
f5f0637a56
commit
e6b31068e7
9 changed files with 3391 additions and 11 deletions
14
.prettierrc.json
Normal file
14
.prettierrc.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"printWidth": 100,
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"semi": true,
|
||||
"singleQuote": false,
|
||||
"quoteProps": "as-needed",
|
||||
"jsxSingleQuote": false,
|
||||
"trailingComma": "all",
|
||||
"bracketSpacing": true,
|
||||
"bracketSameLine": true,
|
||||
"arrowParens": "always",
|
||||
"proseWrap": "always"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue