-
-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to eslint-plugin-matrix-org
#1642
Conversation
11b077e
to
e7708c0
Compare
"babel-jest": "^26.6.3", | ||
"babelify": "^10.0.0", | ||
"better-docs": "^2.3.2", | ||
"browserify": "^17.0.0", | ||
"docdash": "^1.2.0", | ||
"eslint": "7.18.0", | ||
"eslint-config-matrix-org": "^0.2.0", | ||
"eslint-plugin-babel": "^5.3.1", | ||
"eslint-config-google": "^0.14.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, why are we pulling in the google config here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our configs extend from it, and since I've removed all the deps from our own package, it appears here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, interesting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant to approve this
Thanks! I think I'll hold onto this for a moment, until I can come back around and make the same changes in the other repos, as that's likely less confusing... |
e7708c0
to
1268e73
Compare
Well, I should have expected the React SDK side would turn into a much larger dance... I'll get this one updated so it can merge. |
This migrates to the new plugin form of our custom ESLint configs. As part of this, some packages are de-duplicated, configs streamlined, etc.
1268e73
to
102704e
Compare
This migrates to the new plugin form of our custom ESLint configs. As part of this, some packages are de-duplicated, configs streamlined, etc.
Related to element-hq/element-web#16276
Depends on matrix-org/eslint-plugin-matrix-org#5