52 Star 200 Fork 149

Discuz / Discuz-FE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 345 Bytes
一键复制 编辑 原始数据 按行查看 历史
AngelZou 提交于 2021-04-09 12:54 . style: eslint code
module.exports = {
env: {
es6: true,
node: true,
browser: true,
jest: true,
},
extends: 'tencent',
rules: {
'no-useless-constructor': 0,
'no-underscore-dangle': 0,
},
globals: {
DISCUZ_ENV: true,
uni: true,
my: true,
tt: true,
swan: true,
qq: true,
wx: true,
jd: true,
},
};
1
https://gitee.com/Discuz/discuz-fe.git
git@gitee.com:Discuz/discuz-fe.git
Discuz
discuz-fe
Discuz-FE
master

搜索帮助