aermin / ghChat

:octocat: 📱A chat application for GitHub. React + PWA + Node(koa2) + Typescripts + Mysql + Socket.io

Home Page:https://im.aermin.top/group_chat/ddbffd80-3663-11e9-a580-d119b23ef62e

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

引进eslint

aermin opened this issue · comments

[elint官网]文档(https://eslint.org/docs/user-guide/getting-started)

npm install eslint --save-dev

./node_modules/.bin/eslint --init

image

1.使用流行的风格指南,直接用别人配置好的eslint(如airbnb,建议使用)
2.会让你回答形式地配置你的eslint
3.检查js文件

项目中的eslint是基于airbng 的 eslint-config-airbnb
上再做点配置