8 Star 16 Fork 0

Gitee 极速下载 / qor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: http://github.com/qor/qor
克隆/下载
.eslintrc 798 Bytes
一键复制 编辑 原始数据 按行查看 历史
jasonweng1 提交于 2018-05-04 09:54 . adjust eslint config
{
"env": {
"browser": true,
"es6": true,
"commonjs": true,
"amd": true,
"jquery": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"globals": {
"$": true,
"jQuery": true
},
"rules": {
"no-const-assign": "error",
"no-this-before-super": "error",
"no-undef": "error",
"no-unreachable": "error",
"no-unused-vars": "error",
"constructor-super": "error",
"valid-typeof": "error",
"no-console": 0,
"no-useless-escape": 0,
"no-debugger": 0,
"indent": [0, 4],
"semi": [2, "always"]
}
}
1
https://gitee.com/mirrors/qor.git
git@gitee.com:mirrors/qor.git
mirrors
qor
qor
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891