DEV Community

Discussion on: Introducing Yarn 2 ! 🧶🌟

Collapse
 
brummelte profile image
Jan Brummelte

Thanks for the fast reply, I'm using the latest ESLint version (6.8.0).

I'm trying to use my own eslint config (github.com/brummelte/eslint-config) with yarn 2.

Thread Thread
 
arcanis profile image
Maël Nison

I think the problem is that the extends directives (and probably parser too) are supposed to use require.resolve in order to be fully portable. Cf what I did here for the Gatsby config:

github.com/gatsbyjs/gatsby/pull/20...

Thread Thread
 
brummelte profile image
Jan Brummelte • Edited

Thanks, I thought exactly the same and I've tried that. It still didn't work. But I will try again tomorrow to really make sure.