1 Star 0 Fork 400

zheng/avue-cli

forked from smallwei/avue-cli 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.eslintrc.js 352 Bytes
Copy Edit Raw Blame History
smallwei authored 2018-08-01 09:13 . init project
module.exports = {
root: true,
env: {
node: true
},
'extends': [
'plugin:vue/essential',
'eslint:recommended'
],
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
},
parserOptions: {
parser: 'babel-eslint'
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/babyhaoqi/avue-cli.git
git@gitee.com:babyhaoqi/avue-cli.git
babyhaoqi
avue-cli
avue-cli
master

Search