Bump version to 1.8.8

This commit is contained in:
Shivam Mathur
2020-05-17 03:25:48 +05:30
parent 90a6d88c24
commit 41329810ef
8 changed files with 1617 additions and 790 deletions
+7 -6
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
}