chore(dev): bump @wdio/eslint and fix lint issues from new rules#507
chore(dev): bump @wdio/eslint and fix lint issues from new rules#507christian-bromann merged 1 commit intowebdriverio-community:mainfrom YasharF:lintfix
Conversation
christian-bromann
left a comment
There was a problem hiding this comment.
Same here, the formatting of the types seems off, was this autogenerated?
|
Yes autogenerated with I see the issue that you are pointing to though, so I did some digging and this is what I figured out as the cause and the potential solution: @wdio/eslint 0.0.5 used ESLint's core A good long-term fix would be to add I am thinking about a change like the following for @wdio/eslint: We'll still need to adjust some formatting in node-geckodriver and node-edgedriver, but without lint rules for JSDoc blocks we are going to have to manually check those comment blocks for misalignments. |
|
I think another option might be to just drop the style lint rules, and add prettier and have it format the blocks and such. That can potentially resolve webdriverio/eslint#30 as well. I can work on PRs for this option as well if you like. |
|
I manually added indentations to make them look right. Future manual work is probably not going to be needed once webdriverio/eslint#30 is resolved. |
Dependabot was unable to auto-merge @wdio/eslint updates due to lint rule changes. This commit manually bumps the version and resolves indentation and formatting issues required by the new config.
|
Rebased to resolve conflicts |
christian-bromann
left a comment
There was a problem hiding this comment.
LGTM 👍
Thanks!
af4ed92
into
webdriverio-community:main
|
Hey YasharF 👋 Thank you for your contribution to WebdriverIO! Your pull request has been marked as an "Expensable" contribution. We've sent you an email with further instructions on how to claim your expenses from our development fund. We are looking forward to more contributions from you in the future 🙌 Have a nice day, |
Dependabot was unable to auto-merge @wdio/eslint updates due to lint rule changes. This commit manually bumps the version and resolves indentation and formatting issues required by the new config.