webstorm + eslint

安装 eslint

npm install —g eslint

webstorm的配置

vscode的配置项

// 当保存的时候,eslint自动帮我们修复错误
"editor.codeActionsOnSave": {
    "source.fixAll": true
},
// 保存代码,不自动格式化
"editor.formatOnSave": false

vs报错信息

Parsing error: No Babel config file detected for E:\gitlab\front-level\05_vue\h5\src\main.js. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.eslint

目录配置的问题, 直接把项目定位到根目录即可, 这里的识别性能, 没有webstorm的强

原文链接: webstorm + eslint 版权所有,转载时请注明出处,违者必究。
注明出处格式:流沙团 ( https://gyarmy.com/post-846.html )

发表评论

0则评论给“webstorm + eslint”