Update eslint-plugin-matrix-org to 0.8.0
This commit is contained in:
parent
65f9843576
commit
0277aea0cf
3 changed files with 9 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue