Stéphane Goetz

Results 49 comments of Stéphane Goetz

For the test I have it wouldn't but that seems like a reasonable tradeoff. Except if a file that had a comment at the beginning was imported and it ends...

Hello, yes, I used a portal on my side, it works perfectly fine. https://github.com/onigoetz/Comics-Reader/blob/master/src/js/components/ExtendedPhotoSwipeGallery.js This is how I made it work.

I'm very interested in this And I can make a pull request to do this and use Webpack/Rollup for the builds

Are there stats somewhere on the actual users of ESLint 3, node.js 4 that need the latest `eslint-plugin-react` for React 18 ? I understand that people could be using older...

True, maybe it would suck /if/ those people are actually using Node 4 and ESLint 3 On another hand, your package has 12'500'000 downloads a week, [according to packagephobia](https://packagephobia.com/result?p=eslint-plugin-react), one...

@ljharb I don't understand "you can’t do much validation" date-fns returns `Date` objects so `instanceof Date` should be enough to validate that we have a date. am I missing something...

If that's any help here's how I made it work in the build tool I maintain for work. I created a small transformer which has only the job of converting...

@ActuallyACat cool :) You didn't specify the dependencies in the package.json, maybe add at least peerDependencies so that yarn PNP is happy The reason I added the checks is that...

I'd love to see this merged, @evanw is there a plan to merge this ? can we help with something ?