sveltejs / eslint-plugin-svelte

ESLint plugin for Svelte using AST
https://sveltejs.github.io/eslint-plugin-svelte/
MIT License
295 stars 36 forks source link

Migrate the docs to Svelte 5 #754

Open baseballyama opened 4 months ago

baseballyama commented 4 months ago

And at this time, can we move the docs directory under monorepo? I'm not sure about best practice for this but personally, monorepo is used in many cases.

ota-meshi commented 4 months ago

I think using monorepo is a good idea! I think we can probably remove some ESM<->CJS compatibility hacks for building doc site.

dummdidumm commented 3 months ago

Heads up: We're likely going to create a monorepo for svelte.dev which should become the home for all documentation around Svelte including first-party tooling, which includes the eslint plugin. So in the long term it would be nice to have the documentation in there.