ESLint 配置
参考博客地址
使用
配合 vscode ESlint 扩展组件使用,
.eslintrc.json 文件 放在工程根目录
vscode user setting 里面加入指定配置文件路径的配置 “eslint.options”: { “configFile”: “.eslintrc.json” }
表现形式: 警告 会在相应代码出加绿色下滑波浪线, 错误为红色。
配置1(未包含 vue)
1 | { |
Chance Favors Only the Prepared Mind
配合 vscode ESlint 扩展组件使用,
.eslintrc.json 文件 放在工程根目录
vscode user setting 里面加入指定配置文件路径的配置 “eslint.options”: { “configFile”: “.eslintrc.json” }
表现形式: 警告 会在相应代码出加绿色下滑波浪线, 错误为红色。
1 | { |