1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-04-30 16:24:49 +03:00
matrix-react-sdk/test/.eslintrc.js
2017-06-08 14:29:53 +01:00

11 lines
152 B
JavaScript

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