eslint
ESLint finds and fixes problems in your code.
Usage
npx sv add eslint
What you get
- the relevant packages installed including
eslint-plugin-svelte
- an
eslint.config.js
file - updated
.vscode/settings.json
- configured to work with TypeScript and
prettier
if you’re using those packages