1 Star 0 Fork 0

SUIHAN/react-native-debugger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 1009 Bytes
一键复制 编辑 原始数据 按行查看 历史
jhen 提交于 2019-10-20 10:52 . Fix CI workflow of Windows
{
"parser": "babel-eslint",
"extends": "airbnb",
"env": {
"browser": true,
"node": true,
"jest": true
},
"settings": {
"import/core-modules": ["electron"]
},
"rules": {
"linebreak-style": 0,
"react/prefer-stateless-function": 0,
"consistent-return": 0,
"strict": 0,
"no-console": 0,
"no-param-reassign": ["error", { "props": false }],
"no-underscore-dangle": [
"error",
{
"allow": [
"__IS_REDUX_NATIVE_MESSAGE__",
"__AVAILABLE_METHODS_CAN_CALL_BY_RNDEBUGGER__",
"__PLATFORM__",
"__REPORT_REACT_DEVTOOLS_PORT__",
"__FETCH_SUPPORT__",
"__NETWORK_INSPECT__",
"__APOLLO_CLIENT__",
"__APOLLO_DEVTOOLS_SHOULD_DISPLAY_PANEL__"
]
}
],
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"import/prefer-default-export": 0,
"import/no-extraneous-dependencies": ["error", { "optionalDependencies": true }]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/suihan-y/react-native-debugger.git
git@gitee.com:suihan-y/react-native-debugger.git
suihan-y
react-native-debugger
react-native-debugger
master

搜索帮助