Bump version to 2.2.0

This commit is contained in:
Shivam Mathur
2020-05-08 05:41:00 +05:30
parent 3ec1728de8
commit d10d1e249b
9 changed files with 1791 additions and 821 deletions

View File

@ -1,11 +1,12 @@
{
"arrowParens": "avoid",
"bracketSpacing": false,
"endOfLine": "auto",
"parser": "typescript",
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}
"useTabs": false
}