From 0277aea0cff6b9af2bac67f61bef3cd50fa2917b Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Fri, 9 Dec 2022 14:31:56 +0100 Subject: [PATCH] Update eslint-plugin-matrix-org to 0.8.0 --- .eslintrc.js | 4 ++++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 7885cfd88d..d24484c405 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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", diff --git a/package.json b/package.json index 8b4754c83d..44ef1a35b3 100644 --- a/package.json +++ b/package.json @@ -187,7 +187,7 @@ "eslint-plugin-deprecate": "^0.7.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsx-a11y": "^6.5.1", - "eslint-plugin-matrix-org": "0.7.0", + "eslint-plugin-matrix-org": "0.8.0", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-unicorn": "^45.0.0", diff --git a/yarn.lock b/yarn.lock index 4f49c74a8b..79bf9bdb40 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4105,10 +4105,10 @@ eslint-plugin-jsx-a11y@^6.5.1: minimatch "^3.1.2" semver "^6.3.0" -eslint-plugin-matrix-org@0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-matrix-org/-/eslint-plugin-matrix-org-0.7.0.tgz#4b7456b31e30e7575b62c2aada91915478829f88" - integrity sha512-FLmwE4/cRalB7J+J1BBuTccaXvKtRgAoHlbqSCbdsRqhh27xpxEWXe08KlNiET7drEnnz+xMHXdmvW469gch7g== +eslint-plugin-matrix-org@0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-matrix-org/-/eslint-plugin-matrix-org-0.8.0.tgz#daa1396900a8cb1c1d88f1a370e45fc32482cd9e" + integrity sha512-/Poz/F8lXYDsmQa29iPSt+kO+Jn7ArvRdq10g0CCk8wbRS0sb2zb6fvd9xL1BgR5UDQL771V0l8X32etvY5yKA== eslint-plugin-react-hooks@^4.3.0: version "4.6.0"