Update eslint-plugin-matrix-org to 0.8.0

This commit is contained in:
Michael Weimann 2022-12-09 14:31:56 +01:00
parent 65f9843576
commit 0277aea0cf
No known key found for this signature in database
GPG key ID: 53F535A266BB9584
3 changed files with 9 additions and 5 deletions

View file

@ -101,6 +101,10 @@ module.exports = {
"plugin:matrix-org/react",
],
rules: {
// temporary disabled
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-member-accessibility": "off",
// Things we do that break the ideal style
"prefer-promise-reject-errors": "off",
"quotes": "off",