refactoring+
This commit is contained in:
parent
5b7ac91bc4
commit
1e9a6d3052
11 changed files with 561 additions and 376 deletions
10
.prettierrc
Normal file
10
.prettierrc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5",
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"bracketSpacing": true,
|
||||
"arrowParens": "always",
|
||||
"printWidth": 80
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue