de-lint MegolmExportEncryption + test
This commit is contained in:
parent
409d2d5d28
commit
d9bc8ebc53
6 changed files with 69 additions and 51 deletions
|
@ -2,4 +2,9 @@ module.exports = {
|
|||
env: {
|
||||
mocha: true,
|
||||
},
|
||||
}
|
||||
|
||||
// mocha defines a 'this'
|
||||
rules: {
|
||||
"babel/no-invalid-this": "off",
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue