You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
de-lint MegolmExportEncryption + test
This commit is contained in:
@@ -2,4 +2,9 @@ module.exports = {
|
||||
env: {
|
||||
mocha: true,
|
||||
},
|
||||
}
|
||||
|
||||
// mocha defines a 'this'
|
||||
rules: {
|
||||
"babel/no-invalid-this": "off",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user