29 Star 101 Fork 36

袁书记/vue-express-mongodb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 351 Bytes
一键复制 编辑 原始数据 按行查看 历史
袁书记 提交于 2017-06-26 17:41 . vue + express + mongodb
{
"env": {
"browser": true,
"node": true,
"es6": true
},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"modules": true
}
},
"extends": "standard",
"plugins": [
"html"
],
"rules": {
"arrow-parens": 0,
"space-before-function-paren": 0,
"no-new": 0
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/bossyuan/vue-express-mongodb.git
git@gitee.com:bossyuan/vue-express-mongodb.git
bossyuan
vue-express-mongodb
vue-express-mongodb
master

搜索帮助