gpt4 book ai didi

eslint - 值(value)...不应该有额外的属性

转载 作者:行者123 更新时间:2023-12-04 08:47:03 25 4
gpt4 key购买 nike

在我的 ESLint 配置文件 (eslintrc.json) 中,我有以下规则:

// ...
"no-underscore-dangle": [
"error",
{
"enforceInMethodNames": true,
"allowFunctionParams": false
}
],
// ...

documentation相反似乎暗示,它会导致以下错误:

Error: .eslintrc.json:
Configuration for rule "no-underscore-dangle" is invalid:
Value {"enforceInMethodNames":true,"allowFunctionParams":false,"allowAfterThis":false,"allowAfterSuper":false,"allowAfterThisConstructor":false} should NOT have additional properties.

如果我从选项中删除规则,我不会得到任何错误:"no-underscore-dangle": "error"。我更愿意使用这两个选项。我错过了什么?有什么想法吗?

ESLint 版本:7.6.0
节点版本:12.17.0

最佳答案

我将 ESLint 更新到 7.10.0,现在错误消失了:

npm i -D eslint

关于eslint - 值(value)...不应该有额外的属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64261743/

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