Alex Böhm
Alex Böhm
Hi and thanks for this tool. Is there anything new about the npm release of version 0.4.0?
I have the same behavior using `pnpm` with this config: ```js // .prettierrc.cjs /** @type {import('prettier').Config} */ module.exports = { plugins: [ require('prettier-plugin-jsdoc'), require('@trivago/prettier-plugin-sort-imports') ], printWidth: 100, proseWrap: 'always', singleQuote:...
@thejustinwalsh Thanks for the tip! But I hope that JSX (`.js`, `.jsx`, `.tsx`) will still be added.
See also https://github.com/modulz/stitches/issues/843.
Is there something blocking this PR? Or is there something I can do to help?
I'm cleaning up my notifications. So, I am closing this PR here now. Please notify me if you are interested in reopening it.
@alexlafroscia Will there be an update at some point? There is already a pull request (#17) that can "only" be reviewed.
I would like to address this issue again. This feature would significantly improve and speed up the workflow.
See also duplicate #526. This issue also addresses the same problem with the nullish coalescing operator (??).
Some more information: [Plugin Migration to Flat Config - ESLint](https://eslint.org/docs/latest/extend/plugin-migration-flat-config)