remove unused components and update eslint + prettier config

This commit is contained in:
Mohit Panjwani
2020-03-30 11:40:45 +05:30
parent 742e1e445a
commit 25114009e3
8 changed files with 669 additions and 5193 deletions

5
.prettierrc.json Normal file
View File

@ -0,0 +1,5 @@
{
"semi": false,
"singleQuote": true,
"tabWidth": 2
}