2 Star 0 Fork 0

元昊 / django_iview_admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 520 Bytes
一键复制 编辑 原始数据 按行查看 历史
元昊 提交于 2018-08-04 17:31 . config
module.exports = {
root: true,
'extends': [
'plugin:vue/essential',
'@vue/standard'
],
rules: {
// allow async-await
'generator-star-spacing': 'off',
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'vue/no-parsing-error': [2, {'x-invalid-end-tag': false}],
'no-undef': 'off',
"space-before-function-paren": ["error", {
"anonymous": "always",
"named": "always",
"asyncArrow": "always"
}]
}
}
JavaScript
1
https://gitee.com/yuanhao1993/django_iview_admin.git
git@gitee.com:yuanhao1993/django_iview_admin.git
yuanhao1993
django_iview_admin
django_iview_admin
2.0

搜索帮助