21 Star 236 Fork 233

D2Projects/d2-admin-start-kit

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.eslintrc.js 526 Bytes
Copy Edit Raw Blame History
FairyEver authored 2019-12-15 00:45 . update
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
}
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/d2-projects/d2-admin-start-kit.git
git@gitee.com:d2-projects/d2-admin-start-kit.git
d2-projects
d2-admin-start-kit
d2-admin-start-kit
master

Search