1 Star 0 Fork 653

Body / d2-admin

forked from D2Projects / d2-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 526 Bytes
一键复制 编辑 原始数据 按行查看 历史
FairyEver 提交于 2019-12-14 22:12 . cli4
module.exports = {
root: true,
env: {
node: true
},
'extends': [
'plugin:vue/essential',
'@vue/standard'
],
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
},
parserOptions: {
parser: 'babel-eslint'
},
overrides: [
{
files: [
'**/__tests__/*.{j,t}s?(x)',
'**/tests/unit/**/*.spec.{j,t}s?(x)'
],
env: {
jest: true
}
}
]
}
JavaScript
1
https://gitee.com/Body/d2-admin.git
git@gitee.com:Body/d2-admin.git
Body
d2-admin
d2-admin
master

搜索帮助