1 Star 0 Fork 75

ParseChina / pc-chat

forked from 野火IM / pc-chat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 767 Bytes
一键复制 编辑 原始数据 按行查看 历史
小楼楼 提交于 2018-07-24 04:26 . Fix CI build error
{
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"env": {
"es6": true,
"node": true
},
"parser": "babel-eslint",
"plugins": ["react"],
"rules": {
"semi": [2, "always"],
"new-cap": [0],
"indent": [2, 4, { "SwitchCase": 1 }],
"comma-dangle": [2, "only-multiline"],
"space-before-function-paren": [2, "never"],
"operator-linebreak": [2, "before"],
"no-floating-decimal": [0],
"react/jsx-indent": [2, 4],
"react/jsx-indent-props": [2, 4],
"react/jsx-boolean-value": [2, "always"],
"react/prop-types": [0],
"jsx-quotes": [2, "prefer-double"]
},
"extends": ["standard", "standard-react"]
}
JavaScript
1
https://gitee.com/seelyn/pc-chat.git
git@gitee.com:seelyn/pc-chat.git
seelyn
pc-chat
pc-chat
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891