AppService: eslint.

This commit is contained in:
gnuxie
2024-01-09 12:10:40 +00:00
parent 207be66977
commit 4957793773
+6 -2
View File
@@ -83,8 +83,12 @@ export class MjolnirAppService {
// It also allows us to combine constructor/initialize logic
// to make the code base much simpler. A small hack to pay for an overall less hacky code base.
controller: {
onUserQuery: () => { throw new Error("Mjolnir uninitialized") },
onEvent: () => { throw new Error("Mjolnir uninitialized") },
onUserQuery: () => {
throw new Error("Mjolnir uninitialized")
},
onEvent: () => {
throw new Error("Mjolnir uninitialized")
},
},
suppressEcho: false,
disableStores: true,