reimplement github action in typescript

This commit is contained in:
Denis Isaev
2020-05-04 16:01:25 +03:00
parent 666cc9164e
commit 853ade09ed
22 changed files with 67641 additions and 49 deletions

9
.prettierrc.json Normal file
View File

@ -0,0 +1,9 @@
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 140,
"parser": "typescript"
}