Ai
2 Star 0 Fork 0

mirrors_wickedest/react-stack-nav

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 674 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tucker Connelly 提交于 2016-05-22 10:12 +08:00 . Fill out reducer
{
"extends": "airbnb",
"parser": "babel-eslint",
"plugins": [
"babel"
],
"rules": {
"semi": [2, "never"],
"no-trailing-spaces": [2, { "skipBlankLines": true }],
"default-case": 0,
"no-unused-expressions": [2, {
"allowShortCircuit": true,
"allowTernary": true
}],
"no-shadow": 0,
"new-cap": 0,
"no-loop-func": 0,
"prefer-template": 0,
"no-param-reassign": 0,
"func-names": 0,
"consistent-return": 0,
"no-underscore-dangle": 0,
"import/no-unresolved": 0,
"react/jsx-closing-bracket-location": [1, "after-props"],
},
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_wickedest/react-stack-nav.git
git@gitee.com:mirrors_wickedest/react-stack-nav.git
mirrors_wickedest
react-stack-nav
react-stack-nav
master

搜索帮助