Added Prettier to project
This commit is contained in:
parent
61184f57a5
commit
7df500cb99
5 changed files with 131 additions and 4 deletions
8
.prettierrc.json
Normal file
8
.prettierrc.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"printWidth": 128,
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"semi": true,
|
||||
"singleQuote": false,
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue