Anthony Fu
Anthony Fu
PR welcome :)
Thanks for your help and great answers @hacknug! I didn't follow the questions a lot, but I assume most of them should be resolved. I am marking this as closed...
We actually have this: https://github.com/vueuse/vueuse/blob/efd507956638328bb74b584712ebb78ed3590112/packages/shared/utils/types.ts#L68 PR welcome if you want to help refactoring
You can do something like this: ```ts export default antfu({ typescript: { overrides: { 'ts/consistent-type-imports': ['error', { fixStyle: 'inline-type-imports' }], }, } }) ```
There is already a community addons for that https://github.com/slidevjs/slidev/pull/2179, have you tried it? If it works well I don't think we need to have it builtin
How do you trigger that behavior? I couldn't reproduce with your reproduction
@sweepline Hey, sorry I didn't see this issue beforehand; as a maintainer, I can relate to your situation a lot and that's completely understandable. I depend on this plugin a...
I have a plan to migrate this repo to typescript and publish dual format ESM/CJS to be future-proof. If you agree on that direction, I can work on it and...
I guess this can be closed; I will handle the maintenance onwards. Thanks for the trust @sweepline!
What would you suggest? In a way they are "modern" dependencies that you are likely to have installed by some other packages, on the other way, there isn't really "smaller"...