This repository was archived by the owner on Dec 23, 2024. It is now read-only.
File tree 3 files changed +9
-5
lines changed 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ module.exports = {
101
101
"plugin:matrix-org/react" ,
102
102
] ,
103
103
rules : {
104
+ // temporary disabled
105
+ "@typescript-eslint/explicit-function-return-type" : "off" ,
106
+ "@typescript-eslint/explicit-member-accessibility" : "off" ,
107
+
104
108
// Things we do that break the ideal style
105
109
"prefer-promise-reject-errors" : "off" ,
106
110
"quotes" : "off" ,
Original file line number Diff line number Diff line change 187
187
"eslint-plugin-deprecate" : " ^0.7.0" ,
188
188
"eslint-plugin-import" : " ^2.25.4" ,
189
189
"eslint-plugin-jsx-a11y" : " ^6.5.1" ,
190
- "eslint-plugin-matrix-org" : " 0.7 .0" ,
190
+ "eslint-plugin-matrix-org" : " 0.8 .0" ,
191
191
"eslint-plugin-react" : " ^7.28.0" ,
192
192
"eslint-plugin-react-hooks" : " ^4.3.0" ,
193
193
"eslint-plugin-unicorn" : " ^45.0.0" ,
Original file line number Diff line number Diff line change @@ -4105,10 +4105,10 @@ eslint-plugin-jsx-a11y@^6.5.1:
4105
4105
minimatch "^3.1.2"
4106
4106
semver "^6.3.0"
4107
4107
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 ==
4112
4112
4113
4113
eslint-plugin-react-hooks@^4.3.0 :
4114
4114
version "4.6.0"
You can’t perform that action at this time.
0 commit comments