1 Star 0 Fork 288

GoFun-Dian / wechat-public-account-push

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.cjs 767 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZzqiZQute 提交于 2022-09-23 23:22 . feat: 添加每日课表
module.exports = {
env: {
node: true,
es2021: true,
},
extends: 'airbnb-base',
globals: {
expect: 'readonly',
test: 'readonly',
describe: 'readonly'
},
overrides: [
],
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
},
rules: {
'no-console': 0,
'import/no-extraneous-dependencies': 0,
'import/extensions': 0,
'max-len': 0,
'semi': [2, 'never'],
"comma-dangle": ["error", {
"arrays": "always-multiline",
"objects": "always-multiline",
"imports": "always-multiline",
"exports": "always-multiline",
"functions": "always-multiline"
}],
'no-param-reassign': 0,
'no-restricted-syntax': 0,
'no-plusplus': 0,
'no-await-in-loop': 0
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/GoFun-Dian/wechat-public-account-push.git
git@gitee.com:GoFun-Dian/wechat-public-account-push.git
GoFun-Dian
wechat-public-account-push
wechat-public-account-push
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891