1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

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
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",