Update template

This commit is contained in:
Imran Ismail
2020-03-31 02:30:01 +08:00
parent 8c9699998e
commit bd2c147b78
7409 changed files with 2556 additions and 1749983 deletions

11
.prettierrc Normal file
View File

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