Nathan Drake

Results 6 comments of Nathan Drake

> Copilot chat answer: > > If you're using ESLint with a TypeScript project, you might want to disable the react/prop-types rule, because it's not necessary when TypeScript is doing...

Thanks for the responses! @hugop95 In you final example, I would expect groups to take priority _unless_ the user has configured dependency sorting to take priority. That way, you don't...

Following up now that the rewrite is out. Reading through https://github.com/prettier/prettier-cli/issues/77, it seems like a default export would resolve the issue? Or is it better to wait for them to...

I quickly tested it locally, and it didn't make a difference. Prettier's own docs on writing plugins use named exports. Perhaps that's not the issue. I will play with it...

TS or not, it should ship with types. If you're making a breaking change anyways, I would personally ship it in TS, ESM only, and ESLint >=9. I'm happy to...

Amazing work. Any chance this will be merged soon? Anything I can help with?