1 Star 0 Fork 0

Ali/send

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.yml 578 Bytes
一键复制 编辑 原始数据 按行查看 历史
Danny Coates 提交于 2019-10-03 23:32 . updated deps
env:
es6: true
node: true
extends:
- eslint:recommended
- prettier
- plugin:node/recommended
- plugin:security/recommended
plugins:
- node
- security
root: true
rules:
node/no-deprecated-api: off
node/no-unsupported-features/es-syntax: off
node/no-unsupported-features/node-builtins: off
node/no-unpublished-require: off
node/no-unpublished-import: off
security/detect-non-literal-fs-filename: off
security/detect-object-injection: off
no-unused-vars: [error, {argsIgnorePattern: "^_|err|event|next|reject"}]
require-atomic-updates: warn
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ali_2019/send.git
git@gitee.com:ali_2019/send.git
ali_2019
send
send
master

搜索帮助