1 Star 0 Fork 0

klmahua/gitalk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 904 Bytes
一键复制 编辑 原始数据 按行查看 历史
Liucw 提交于 2017-07-12 20:55 . chore: unit test
{
"root": true,
"parser": "babel-eslint",
"extends": "o2team",
"plugins": [
"react"
],
"env": {
"browser": true,
"node": true,
"es6": true,
"jest": true
},
"parserOptions": {
"ecmaFeatures": {
"modules": true,
"jsx": true
}
},
"settings": {
// "react": {
// "pragma": "h"
// }
},
"globals": {
"Gitalk": true
},
"rules": {
"react/jsx-no-bind": [2, { "ignoreRefs": true }],
"react/jsx-no-duplicate-props": 2,
"react/self-closing-comp": 2,
"react/prefer-es6-class": 2,
"react/no-string-refs": 2,
"react/require-render-return": 2,
"react/no-find-dom-node": 2,
"react/no-is-mounted": 2,
"react/jsx-no-comment-textnodes": 2,
"react/jsx-curly-spacing": 2,
"react/jsx-no-undef": 2,
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,
"class-methods-use-this": 0
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/klmahuaw/gitalk.git
git@gitee.com:klmahuaw/gitalk.git
klmahuaw
gitalk
gitalk
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385