address linter complaints

This commit is contained in:
tiagosiebler
2023-02-17 14:01:07 +00:00
parent 8e54ecbaf5
commit dd6ef2fea5
37 changed files with 154 additions and 106 deletions

View File

@@ -16,7 +16,11 @@
],
"parserOptions": {
"projecasdft": true,
"project": ["./tsconfig.json", "examples/tsconfig.examples.json"]
"project": [
"./tsconfig.json",
"examples/tsconfig.examples.json",
"tsconfig.test.json"
]
},
"rules": {
"@typescript-eslint/await-thenable": "error",