1 Star 1 Fork 0

Tenny / carousel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 213 Bytes
一键复制 编辑 原始数据 按行查看 历史
haoran.shu 提交于 2020-05-22 18:07 . feat(all): v0.0.1版本
module.exports = {
root: true,
env: {
node: true
},
extends: [
'alloy',
'alloy/typescript',
],
globals: {},
rules: {
"max-params": ["error", 5],
"complexity": ["error", 25]
}
}
TypeScript
1
https://gitee.com/towardly/carousel.git
git@gitee.com:towardly/carousel.git
towardly
carousel
carousel
master

搜索帮助