gpt4 book ai didi

javascript - 如何忽略 StandardJS/ESLint 中的规则?

转载 作者:行者123 更新时间:2023-11-29 23:29:42 26 4
gpt4 key购买 nike

我试图忽略 StandardJS 中的某些规则, 但在使用 gulp-standard 时我无法让它工作.

我必须在 JavaScript 文件中编写异常吗?我只想在我的包文件中指定要忽略的内容。

这可能吗?我怎样才能在我的 gulpfile 中做到这一点?

gulp.task('lint', function () {
return gulp.src(jsWatchPath)
.pipe(standard())
.pipe(standard.reporter('default', {
breakOnError: true,
quiet: true,
showRuleNames: true,
showFilePath: false
}))
});

最佳答案

gulp-standard包使用 StandardJS's Node.js API .使用文档将您的选项作为对象传递。

否则,在项目的根目录中使用您自己的 ESLint configurations 创建一个名为 .eslintrc 的文件(StandardJS 在底层使用 ESLint)

关于javascript - 如何忽略 StandardJS/ESLint 中的规则?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47793642/

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