Menu
In a new SvelteKit project, we’re deciding how to name files and folders. One approach is using kebab-case for all files, including .svelte
files. Another is using kebab-case for most files but switching to PascalCase for .svelte
files without the +
prefix. Are there any established naming conventions for Svelte or SvelteKit, and what’s the best practice?