gpt4 book ai didi

jshint - 有没有一种方法可以抑制给定行的 JSHint 警告?

转载 作者:行者123 更新时间:2023-12-03 04:05:17 26 4
gpt4 key购买 nike

我的应用程序中有一个(单个)案例使用了 eval,并且我想仅针对这种情况抑制 JSHint 警告。

有办法实现吗?配置、魔法注释……?

最佳答案

是的,有办法。事实上是两个。在 October 2013 jshint 添加了一种忽略代码块的方法,如下所示:

// Code here will be linted with JSHint.
/* jshint ignore:start */
// Code here will be ignored by JSHint.
/* jshint ignore:end */
// Code here will be linted with JSHint.

您还可以忽略带有尾随注释的单行,如下所示:

ignoreThis(); // jshint ignore:line

关于jshint - 有没有一种方法可以抑制给定行的 JSHint 警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12977661/

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