eslint常用三种校验语句
Posted ympjsc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eslint常用三种校验语句相关的知识,希望对你有一定的参考价值。
1、关闭对整段代码的校验
/* eslint-disable */ code /* eslint-enable */
2、关闭当前行代码的校验
line code // eslint-disable-line
3、关闭下一行代码的校验
// eslint-disable-next-line code
以上是关于eslint常用三种校验语句的主要内容,如果未能解决你的问题,请参考以下文章
报错:✘ http://eslint.org/docs/rules/indent Expected indentation of 0 s paces but found 2(代码片段
报错:✘ http://eslint.org/docs/rules/indent Expected indentation of 0 s paces but found 2(代码片段