Uh oh!
There was an error while loading. Please reload this page.
Add ESLint 6 support - #7415
Conversation
604ef2c to
a78d4aaCompareHi @not-an-aardvark, I saw that you've worked a lot on the ESLint 6 resolution changes. Our config has broken as we've upgraded to ESLint 6 and I'm not sure how to resolve it - any help would be greatly appreciated! |
not-an-aardvark
commented
Jul 25, 2019
It looks like the issue is that I think adding a property like |
mrmckeb
commented
Jul 25, 2019
Thanks @not-an-aardvark, that was spot-on. Does this change mean that we could make the plugins dependencies of the shared config now, as opposed to peer dependencies? Again, thanks for your help on this! |
not-an-aardvark
commented
Jul 25, 2019
No, they still have to be peer dependencies at this point. If you're interested, eslint/rfcs#14 contains some additional info/discussion on the possibility of allowing them to be dependencies in the future. |
mrmckeb
commented
Jul 28, 2019
Thanks @not-an-aardvark - will check that out and follow it! And thanks for the approval @ianschmitz. |
Timer
left a comment
There was a problem hiding this comment.
Docs need updated to reflect new versions.
mrmckeb
commented
Jul 30, 2019
Good pick-up @Timer! Will do in the next few hours. |
nickserv
commented
Jul 30, 2019
Thanks for supporting this. Is there a timeline for the next |
mrmckeb
commented
Jul 31, 2019
Yes, 100%. We had planned it for this week, but I think it's likely to be next week. Very close now :) |
Closes#7268.