fisker Cheung
fisker Cheung
👎 for this. In some rule, I only add one test for the `suggestions`, maybe because it's simple and good enough, then focus other tests on the auto-fix or something...
@ssbarnea Looking at the code, I think it should still work for v3. Have you try use it with Prettier v3? (we have released alpha version for v3)
Most plugins listed already updated, closing now.
Maybe `pretter . --parser babel --ignore-unknown || pretter . --parser babel-flow` can so the same thing as @sosukesuzuki suggestted ?
I forgot why we don't just treat flow comments as normal comments. It doesn't make sense to me now.
Found https://github.com/prettier/prettier/pull/13687#issuecomment-1285673394
I remember we used support this somehow.
https://github.com/prettier/prettier/pull/7508#issuecomment-581928462
Not sure how we break it, maybe because we don't use `require.resolve` anymore.
Don't know, since I'm not sure how it works before either.