4 Star 10 Fork 8

DolphinScheduler / DolphinScheduler-Website

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 808 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shiwen Cheng 提交于 2021-03-01 15:05 . Support docs latest version (#303)
{
"extends": "eslint-config-ali/react",
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true,
"mocha": true
},
"globals": {
"AK_GLOBAL": true,
"dd": {},
"_czc": {},
"dplus": {},
"salt": {},
"_": true,
"homePageData": {},
"Lang": {}
},
"rules": {
"linebreak-style": [0, "error", "windows"],
"max-len": 0,
"new-cap": 0,
"no-param-reassign": 0,
"no-prototype-builtins": 0,
"prefer-const": 0,
"prefer-destructuring": 0,
"radix": ["error", "as-needed"],
"react/jsx-no-bind": 0,
"react/jsx-indent": 0,
"react/jsx-indent-props": 0,
"react/no-array-index-key": 0,
"react/no-danger": 0,
"react/no-did-mount-set-state": 0,
"react/no-unescaped-entities": 0,
"react/prop-types": 0
}
}
JavaScript
1
https://gitee.com/dolphinscheduler/DolphinScheduler-Website.git
git@gitee.com:dolphinscheduler/DolphinScheduler-Website.git
dolphinscheduler
DolphinScheduler-Website
DolphinScheduler-Website
master

搜索帮助