eslint
ESLint 可以查找并修复代码中的问题。
¥ESLint finds and fixes problems in your code.
用法(Usage)
¥Usage
npx sv add eslint你将获得什么(What you get)
¥What you get
已安装的相关软件包,包括
eslint-plugin-svelte¥the relevant packages installed including
eslint-plugin-svelteeslint.config.js文件¥an
eslint.config.jsfile更新后的
.vscode/settings.json¥updated
.vscode/settings.json如果你使用 TypeScript 和
prettier,则配置为与这些软件包兼容¥configured to work with TypeScript and
prettierif you’re using those packages