Added prettier and updated deps
This commit is contained in:
parent
44dbbd6b1e
commit
63c11c77cd
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,6 @@
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"singleQuote": false,
|
"singleQuote": false,
|
||||||
"trailingComma": "none",
|
"trailingComma": "none",
|
||||||
"tabs": false,
|
"tabWidth": 2,
|
||||||
"tabWidth": 2
|
"useTabs": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue