1. 安装依赖:使用 npm安装vite-plugin-eslint。 2. 配置ESLint:在项目的配置文件中,配置ESLint的规则和选项。 3. 在Vite开发服务器中启动:在项目的根目录下运行`vite dev`命令,即可在开发过程中使用vite-plugin-eslint进行代码质量检查。 使用vite-plugin-eslint可以帮助开发者避免常见的代码问题,提高代码质量和...
回复 张轩 我安装vite-plugin-eslint后浏览器报错提示: [plugin:vite-plugin-eslint] Error while loading rule '@typescript-eslint/dot-notation': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @ty...