Add prettier
This commit is contained in:
parent
f5cd11a30e
commit
f495c74869
1 changed files with 7 additions and 0 deletions
7
.prettierrc
Normal file
7
.prettierrc
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"trailingComma": "es5",
|
||||
"tabWidth": 2,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"printWidth": 80
|
||||
}
|
Loading…
Add table
Reference in a new issue