1 Star 0 Fork 0

白开水/appium-desktop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"parser": "babel-eslint",
"extends": "appium",
"plugins": [
"import",
"react",
"react-native",
"shopify"
],
"env": {
"browser": true,
"mocha": true,
"node": true
},
"rules": {
"import/no-unresolved": [2, {"ignore": ["electron"]}],
"babel/arrow-parens": 0,
"require-await": 2,
"shopify/jsx-no-hardcoded-content": [2, {
"checkProps": ["tab", "placeholder", "addonBefore", "addonAfter", "title", "header"]
}],
"react-native/no-inline-styles": 2
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiehengjian/appium-desktop.git
git@gitee.com:xiehengjian/appium-desktop.git
xiehengjian
appium-desktop
appium-desktop
master

搜索帮助