2 Star 0 Fork 0

chao_qun_2020/SpaceX-API

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 510 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jake Meyer 提交于 2020-11-22 02:40 +08:00 . update to node 15.2.1
{
"plugins": ["security", "mongodb", "jest", "no-secrets"],
"env": {
"node": true,
"jest": true,
"mongo": true,
"es2021": true
},
"extends": ["plugin:security/recommended", "airbnb-base"],
"parserOptions": {
"ecmaVersion": 2021,
"impliedStrict": true
},
"rules": {
"no-console": 0,
"no-secrets/no-secrets": "error",
"import/no-extraneous-dependencies": [
"error",
{
"devDependencies": ["test/*.test.js", "scripts/*.js"]
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chaoqun_python/SpaceX-API.git
git@gitee.com:chaoqun_python/SpaceX-API.git
chaoqun_python
SpaceX-API
SpaceX-API
master

搜索帮助