1 Star 0 Fork 0

WhatAKitty/react-native-bottom-sheet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 495 Bytes
一键复制 编辑 原始数据 按行查看 历史
WhatAKitty 提交于 2017-02-15 16:27 +08:00 . Add lint
{
"extends": "airbnb",
"parser": "babel-eslint",
"env": {
"browser": false,
"node": true
},
"rules": {
"no-param-reassign": ["error", { "props": false }],
"no-underscore-dangle": "off",
"import/extensions": "off",
"import/no-extraneous-dependencies": ["error", {
"optionalDependencies": false,
"peerDependencies": true
}],
"import/no-unresolved": "off",
"react/jsx-filename-extension": ["error", { "extensions": [".js", ".jsx"] }]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/whatakitty/react-native-bottom-sheet.git
git@gitee.com:whatakitty/react-native-bottom-sheet.git
whatakitty
react-native-bottom-sheet
react-native-bottom-sheet
master

搜索帮助