gpt4 book ai didi

javascript - JSHint 错误 : "E001 - Bad option"

转载 作者:搜寻专家 更新时间:2023-11-01 04:40:38 26 4
gpt4 key购买 nike

我正在处理一些 ES6 javascript 代码,linter-jshint 不断抛出此错误。

Error E001 Bad Option

我尝试查找所有 JSHint options .起初我将 {"esversion": 6} 添加到我的用户目录中的 .jshintrc 文件中。这是错误开始出现的时候。然后我尝试使用已弃用的 {"esnext": true}。错误刚改成另一个,所以我回去了。

这个选项应该有效,我不明白为什么会显示这个错误。这是一个有效的选择,不是吗?

顺便说一下,我正在使用 Atom。

最佳答案

这是我的工作 .jshintrc 文件,其中有一个错误的属性错误,给出了相同类型的消息:

{
"predef": [ "$", "jQuery", "text", "$p", "window", "document", "console", "parent" ],
"curly": true,
"eqeqeq": true,
"funcscope": true,
"futurehostile": true,
"latedef": true,
"nonbsp": true,
"notypeof": true,
"shadow": "outer",
"singleGroups": true,
"undef": true,
"unused": true,

"debug": true,
"scripturl": true,

"-W079": true
}

有用的东西。如果您 Ctrl + Alt + Cmd + L(在 Mac 上)重新加载 Atom,并考虑最后的更改。

关于javascript - JSHint 错误 : "E001 - Bad option",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33874941/

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