Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 5c99450

Browse files
authored
Merge pull request matrix-org#9731 from matrix-org/weeman1337/eslint-plugin-matrix-org-0-8-0
Update eslint-plugin-matrix-org to 0.8.0
2 parents c3aabaf + 0277aea commit 5c99450

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ module.exports = {
101101
"plugin:matrix-org/react",
102102
],
103103
rules: {
104+
// temporary disabled
105+
"@typescript-eslint/explicit-function-return-type": "off",
106+
"@typescript-eslint/explicit-member-accessibility": "off",
107+
104108
// Things we do that break the ideal style
105109
"prefer-promise-reject-errors": "off",
106110
"quotes": "off",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"eslint-plugin-deprecate": "^0.7.0",
188188
"eslint-plugin-import": "^2.25.4",
189189
"eslint-plugin-jsx-a11y": "^6.5.1",
190-
"eslint-plugin-matrix-org": "0.7.0",
190+
"eslint-plugin-matrix-org": "0.8.0",
191191
"eslint-plugin-react": "^7.28.0",
192192
"eslint-plugin-react-hooks": "^4.3.0",
193193
"eslint-plugin-unicorn": "^45.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4105,10 +4105,10 @@ eslint-plugin-jsx-a11y@^6.5.1:
41054105
minimatch "^3.1.2"
41064106
semver "^6.3.0"
41074107

4108-
eslint-plugin-matrix-org@0.7.0:
4109-
version "0.7.0"
4110-
resolved "https://registry.yarnpkg.com/eslint-plugin-matrix-org/-/eslint-plugin-matrix-org-0.7.0.tgz#4b7456b31e30e7575b62c2aada91915478829f88"
4111-
integrity sha512-FLmwE4/cRalB7J+J1BBuTccaXvKtRgAoHlbqSCbdsRqhh27xpxEWXe08KlNiET7drEnnz+xMHXdmvW469gch7g==
4108+
eslint-plugin-matrix-org@0.8.0:
4109+
version "0.8.0"
4110+
resolved "https://registry.yarnpkg.com/eslint-plugin-matrix-org/-/eslint-plugin-matrix-org-0.8.0.tgz#daa1396900a8cb1c1d88f1a370e45fc32482cd9e"
4111+
integrity sha512-/Poz/F8lXYDsmQa29iPSt+kO+Jn7ArvRdq10g0CCk8wbRS0sb2zb6fvd9xL1BgR5UDQL771V0l8X32etvY5yKA==
41124112

41134113
eslint-plugin-react-hooks@^4.3.0:
41144114
version "4.6.0"

0 commit comments

Comments
 (0)