4 Star 10 Fork 15

yichen / 文化公司企业网站PC端vue+elementUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 695 Bytes
一键复制 编辑 原始数据 按行查看 历史
yichen 提交于 2019-04-09 22:06 . 完善
module.exports = {
root: true,
env: {
node: true,
}, // 此项是用来提供插件的,插件名称省略了eslint-plugin-,下面这个配置是用来规范html的
extends: [
'plugin:vue/essential',
// '@vue/airbnb',
],
rules: {
"indent": ["off", 2],
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'linebreak-style': [0, 'error', 'windows'],
"no-tabs":"off",
"max-len" : ["error", {code : 300}],
'vue/no-parsing-error': [2, { "x-invalid-end-tag": false }],
},
parserOptions: {
parser: 'babel-eslint',
},
};
NodeJS
1
https://gitee.com/wokaixin/qiye.git
git@gitee.com:wokaixin/qiye.git
wokaixin
qiye
文化公司企业网站PC端vue+elementUI
master

搜索帮助