V2 Upload Artifact

This commit is contained in:
konradpabjan 2020-02-20 21:28:14 -05:00
parent 8eb149d680
commit 1f5451ede0
17 changed files with 11866 additions and 13 deletions

11
.prettierrc.json 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"
}