- Install eslint, prettier and related plugins - Add lint and format npm scripts - Configure eslint.config.js with Svelte + TypeScript rules - Configure .prettierrc with Svelte plugin - Fix code to comply with lint rules: - Use resolve() for navigation links - Use SvelteMap for reactive maps - Use writable instead of + - Remove unused imports and variables Note: ignoreGoto is set to true due to eslint-plugin-svelte#1327
8 lines
72 B
Text
8 lines
72 B
Text
node_modules
|
|
.svelte-kit
|
|
paraglide
|
|
build
|
|
dist
|
|
.env
|
|
.env.*
|
|
!.env.example
|