element-web/test/.eslintrc.js
J. Ryan Stinnett 71116bfa27 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.
2021-06-29 12:51:13 +01:00

10 lines
153 B
JavaScript

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