Fix logged out mutelist

This commit is contained in:
2023-08-06 16:03:44 +01:00
parent 325e4be2ef
commit d449c4aa57
3 changed files with 8 additions and 2 deletions

View File

@ -10,5 +10,11 @@ module.exports = {
commonjs: true,
node: false,
},
"rules": {
"@typescript-eslint/no-non-null-assertion": "error",
"require-await": "error",
"eqeqeq": "error",
"object-shorthand": "warn",
}
};