markdown Eslint提示

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Eslint提示相关的知识,希望对你有一定的参考价值。

# Eslint tips
## Disable one line

### Rule

```javascript
// eslint-disable-line <lint-rule>
```

### Example

```javascript
const unused_var = null  // eslint-disable-line no-unused-vars
```

## Global variable

```javascript
/* global <globalVar>:true */
```

以上是关于markdown Eslint提示的主要内容,如果未能解决你的问题,请参考以下文章

markdown Eslint配置

markdown Eslint没有projeto

markdown ESLint

markdown 允许您一起使用ESLint和Prettier的工具之间的比较。

markdown 使用ESLint和AirBnB样式指南规则配置Atom编辑器

js eslint语法规范错误提示代码