Initial commit

This commit is contained in:
2019-09-25 04:39:03 +02:00
commit 74721bf744
22 changed files with 3480 additions and 0 deletions

13
tslint.json Normal file
View File

@@ -0,0 +1,13 @@
{
"defaultSeverity": "error",
"extends": [
"tslint:latest",
"tslint-config-prettier"
],
"jsRules": {},
"rules": {
"interface-name": [ true, "never-prefix"],
"no-submodule-imports": [true, "graphql/language", "graphql/type"]
},
"rulesDirectory": []
}