2 Star 2 Fork 2

ineo6 / git-master

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 601 Bytes
一键复制 编辑 原始数据 按行查看 历史
ineo6 提交于 2022-03-31 17:13 . style: update code style
{
"extends": [
"magic",
"magic/react"
],
"globals": {
"$": true,
"location": true,
"chrome": true,
"TEMPLATE": true,
"safari": true,
"Components": true
},
"rules": {
"no-bitwise": 0,
"import/no-cycle": 0,
"prefer-arrow-callback": "off",
"no-useless-concat": "off",
"react/jsx-wrap-multilines": [
"error",
{
"prop": false
}
]
},
"overrides": [
{
"files": [
"**/*.ts",
"**/*.tsx"
],
"extends": [
"magic/typescript"
],
"rules": {
}
}
]
}
JavaScript
1
https://gitee.com/ineo6/git-master.git
git@gitee.com:ineo6/git-master.git
ineo6
git-master
git-master
master

搜索帮助