1 Star 0 Fork 4

llssff / element-pro

forked from wsw / element-pro 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 722 Bytes
一键复制 编辑 原始数据 按行查看 历史
daizhe 提交于 2018-02-06 22:19 . GlobalFooter, 开始实现
// https://eslint.org/docs/user-guide/configuring
module.exports = {
root: true,
parser: 'babel-eslint',
parserOptions: {
sourceType: 'module'
},
env: {
browser: true,
},
// https://github.com/standard/standard/blob/master/docs/RULES-en.md
extends: [
'standard',
'plugin:vue/recommended'
],
// required to lint *.vue files
plugins: [
'html'
],
// add your custom rules here
'rules': {
// allow paren-less arrow functions
'arrow-parens': 0,
// allow async-await
'generator-star-spacing': 0,
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
'space-before-function-paren': ['error', 'never']
}
}
1
https://gitee.com/llssff119/element-pro.git
git@gitee.com:llssff119/element-pro.git
llssff119
element-pro
element-pro
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891