7 Star 7 Fork 2

连琪/bar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.json 853 Bytes
一键复制 编辑 原始数据 按行查看 历史
JayTsang 提交于 2019-09-20 23:07 . add some e2e test cases
{
"plugins": ["jest", "import", "promise"],
"extends": [
"airbnb-base",
"plugin:jest/recommended",
"plugin:promise/recommended",
"plugin:react/recommended"
],
"rules": {
"indent": ["error", 4, { "SwitchCase": 1 }],
"no-underscore-dangle": "off",
"no-plusplus": "off",
"no-trailing-spaces": "off",
"quotes": ["error", "double"],
"no-param-reassign": ["error", {"props": false}],
"no-restricted-syntax": "off",
"function-paren-newline": "off",
"import/no-extraneous-dependencies": "off",
"jest/no-focused-tests": "off",
"jest/no-alias-methods": "off",
"promise/always-return": "warn",
"promise/catch-or-return": "off",
"promise/no-nesting": "off",
"react/prop-types": "off"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/linkel/bar.git
git@gitee.com:linkel/bar.git
linkel
bar
bar
master

搜索帮助