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:
parent
2d3163fef5
commit
71116bfa27
4 changed files with 208 additions and 634 deletions
|
@ -5,6 +5,6 @@ module.exports = {
|
|||
|
||||
// mocha defines a 'this'
|
||||
rules: {
|
||||
"babel/no-invalid-this": "off",
|
||||
"@babel/no-invalid-this": "off",
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue