Migrate to eslint-plugin-matrix-org

This migrates to the new plugin form of our custom ESLint configs. As part of
this, some packages are de-duplicated, configs streamlined, etc.
This commit is contained in:
J. Ryan Stinnett 2021-04-01 13:17:09 +01:00
parent 2d3163fef5
commit 71116bfa27
4 changed files with 208 additions and 634 deletions

View file

@ -5,6 +5,6 @@ module.exports = {
// mocha defines a 'this'
rules: {
"babel/no-invalid-this": "off",
"@babel/no-invalid-this": "off",
},
};