Update documentation

This commit is contained in:
Pieter Vander Vennet 2021-04-10 13:41:45 +02:00
parent 697a2ba56c
commit c5f0a240c7
3 changed files with 16 additions and 5 deletions

10
tslint.json Normal file
View file

@ -0,0 +1,10 @@
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended",
"tslint-no-circular-imports"
],
"jsRules": {},
"rules": {},
"rulesDirectory": []
}