2 Star 0 Fork 0

烤鸭的世界我们不懂/7zhanglao

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
wangguangmin 提交于 2019-04-30 18:50 . ininitial commit
{
"root": true,
"parser": "babel-eslint",
"extends": "eslint-config-airbnb",
"plugins": ["react"],
"env": {
"browser": true,
"node": true,
"mocha": true
},
"rules": {
"no-console": 1,
"no-debugger": 1,
"no-alert": 1,
"spaced-comment": [0],
"no-unused-vars": [0],
"no-empty": [0],
"react/wrap-multilines": [0],
"react/no-multi-comp": [0],
"no-constant-condition": [0],
"react/jsx-no-bind": [0],
"react/prop-types": [0],
"arrow-body-style": [0],
"react/prefer-stateless-function": [0],
"semi": [0]
},
"ecmaFeatures": {
"arrowFunctions": true,
"blockBindings": true,
"classes": true,
"defaultParams": true,
"destructuring": true,
"forOf": true,
"generators": true,
"modules": true,
"objectLiteralComputedProperties": true,
"objectLiteralDuplicateProperties": false,
"objectLiteralShorthandMethods": true,
"objectLiteralShorthandProperties": true,
"spread": true,
"superInFunctions": true,
"templateStrings": true,
"jsx": true,
"experimentalObjectRestSpread": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fireduck_admin/7zhanglao.git
git@gitee.com:fireduck_admin/7zhanglao.git
fireduck_admin
7zhanglao
7zhanglao
master

搜索帮助