Make ESLint Stylistic 20% faster
github.com/eslint-styli...
@boshen.github.io Oxfmt -> RSSHub
github.com/DIYgod/RSSHu...
When using ESLint to format your code
I built a demo that adds RSC support to react-i18next using Waku by @daishikato.com , inspired by @amann.work 's next-intl implementation. I chose to make it a demo to keep everything transparent and easy to adapt. Let me know if there's anything I should improve.
github.com/hyoban/react...
import { defineBuildConfig } from "unbuild"; export default defineBuildConfig({ entries: [ { builder: "mkdist", declaration: true, format: "cjs", input: "./src", outDir: "./dist", pattern: ["**/*.ts", "!**/*.test.ts"], }, ], });
It's very easy to use. Just write the configuration like this:
github.com/unjs/unbuild has a bundleless option. It looks closer to what you want.