1 Star 0 Fork 6

rain/Li-Vue

forked from 比尔盖兔/Li-Vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 519 Bytes
一键复制 编辑 原始数据 按行查看 历史
一夜奈良山 提交于 2019-12-25 16:56 . 初始化vue项目
// https://eslint.org/docs/user-guide/configuring
module.exports = {
root: true,
parserOptions: {
parser: 'babel-eslint'
},
env: {
browser: true,
},
extends: [
'plugin:vue/essential',
'standard'
],
plugins: [
'vue'
],
rules: {
//'generator-star-spacing': 'off',
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
// ; 去掉
'space-before-function-paren': 0
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/myysj/beautiful_vue.git
git@gitee.com:myysj/beautiful_vue.git
myysj
beautiful_vue
Li-Vue
master

搜索帮助