Anthony Fu
Anthony Fu
I'll try to reduce the size of `importx` later as the JITI v2 release
Yeah, it doesn't do the network fetch. I agree we should improve the message to guide users to install packages `@iconify-json/*`
Yes you need to install them for the build process to get the data. If you don't want to bundle them in the server, you can set `serverBundle: false`
I would love to have this, but I am a bit worried about the complexity this introduced, which would become hard to maintain in the long term. I think either...
This was intended to make the overall slide theme more consistent. CSS vars are made to be overridden, so it's not technically hardcoded (only the very defaults are). I am...
~~Do we need to wait until the next Vue patch?~~ I see, it's released in .32
Got a PoC working, https://github.com/antfu/eslint-plugin-unimport, still a lot polishing to do to make it usable tho. https://github.com/unjs/unimport/assets/11247099/4003d8f6-d8fe-49a1-a115-7afdf3b656b4
I am not sure if the complexity is worth it - it's a bit too specific and duplicates the logics that would be hard to maintain in the long term....
Maybe you can use https://www.npmjs.com/package/eslint-flat-config-utils (the one this config also uses) with `eslintConfigPrettier` to rename the disable rules back instead?
> I wonder if eslint-flat-config-utils should just (optionally?) preserve/reapply the renames automatically, so that I can use: I think it should be doing that already - if not I'd consider...