Authored by xuqi

eslint readme

public/*/dist/
gulpfile.js
\ No newline at end of file
... ...
node_modules/
\ No newline at end of file
node_modules/
.eslintcache
\ No newline at end of file
... ...
# JS语法检查
JS语法检查使用Eslint,首先,请全局安装**eslint**和配置文件:`npm i eslint eslint-config-yoho -g`
## 对应问题描述查阅
[rules](http://smocean.github.io/docs/rules/)
## 语法规则配置
From: [eslint-config-yoho](https://www.npmjs.com/package/eslint-config-yoho)
## 禁用检查
/* eslint-disable */
/* eslint-enable */
\ No newline at end of file
... ...