add await-thenable eslint rule, fix LndMobile interface, updated eslint packages

This commit is contained in:
myxmaster
2024-04-12 21:25:59 +02:00
parent c089a3c7ca
commit 2fb1201366
7 changed files with 99 additions and 106 deletions
+2 -2
View File
@@ -18,9 +18,9 @@
"skipLibCheck": true,
"baseUrl": "./",
"paths": {
"*" : ["typings/*"]
"*" : ["typings/*"]
}
},
"exclude": ["node_modules"],
"include": ["backends/*", "components/*", "models/*", "stores/*", "utils/*", "views/*", "typings/*"]
"include": ["**/*.ts", "**/*.tsx"]
}