18 Star 80 Fork 6

腾讯云云开发 / cloudbase-extension-cms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
extends: ['alloy', 'alloy/react', 'alloy/typescript'],
env: {
browser: true,
node: true,
},
globals: {
WX_MP: true,
SERVER_MODE: true,
REACT_APP_ENV: true,
},
rules: {
complexity: 'off',
'max-params': ['error', 4],
'prefer-promise-reject-errors': 'off',
'@typescript-eslint/explicit-member-accessibility': 'off',
'@typescript-eslint/no-parameter-properties': 'off',
},
}
TypeScript
1
https://gitee.com/TencentCloudBase/cloudbase-extension-cms.git
git@gitee.com:TencentCloudBase/cloudbase-extension-cms.git
TencentCloudBase
cloudbase-extension-cms
cloudbase-extension-cms
master

搜索帮助