gpt4 book ai didi

javascript - Eslint 正在从终端工作,但在编辑器 UI (VSCode) 中未显示错误

转载 作者:行者123 更新时间:2023-12-03 09:42:04 36 4
gpt4 key购买 nike

我按照以下步骤安装了 ESlint:https://travishorn.com/setting-up-eslint-on-vs-code-with-airbnb-javascript-style-guide-6eb78a535ba6

现在,我的 ESlint 正在终端上运行,但错误/警告没有显示在代码窗口中,这是我的项目结构及其外观:

eslint terminal

和我的eslintrc配置:

module.exports = {
env: {
browser: true,
commonjs: true,
es6: true,
node: true,
},
extends: [
'airbnb-base',
],
globals: {
Atomics: 'readonly',
SharedArrayBuffer: 'readonly',
},
parserOptions: {
ecmaVersion: 2018,
},
rules: {
},
};

为什么它不能在编辑器中显示错误?

最佳答案

我最近遇到了这个问题,并通过更改我的 .eslintrc.js 来修复它文件到 .eslintrc (仅限 JSON 对象,没有评论,所有引用都正确,没有扩展名)。重新启动 VSCode 后,它正确拾取文件并在 VSCode 中给了我 linter 错误。

关于javascript - Eslint 正在从终端工作,但在编辑器 UI (VSCode) 中未显示错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59707128/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com