1 Star 0 Fork 105

泠然柒弦上 / TRSS Yunzai MC

forked from 时雨◎星空 / Yunzai 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.cjs 388 Bytes
一键复制 编辑 原始数据 按行查看 历史
🌌 提交于 2024-01-13 22:25 . 优化 状态
module.exports = {
env: {
es2021: true,
node: true
},
extends: ['standard'],
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module'
},
globals: {
Bot: true,
redis: true,
logger: true,
plugin: true,
Renderer: true,
segment: true
},
rules: {
eqeqeq: ['off'],
'prefer-const': ['off'],
'arrow-body-style': 'off'
}
}
NodeJS
1
https://gitee.com/lingran7031/Yunzai.git
git@gitee.com:lingran7031/Yunzai.git
lingran7031
Yunzai
TRSS Yunzai MC
main

搜索帮助