5 Star 79 Fork 17

陈厚东 / 忆点点博客

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 650 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈厚东 提交于 2021-05-11 15:39 . 修复某些问题
module.exports = {
root: true,
env: {
node: true,
jquery: true
},
extends: [
'plugin:vue/essential',
'@vue/standard'
],
parserOptions: {
parser: 'babel-eslint'
},
rules: {
// 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
// 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
// 主要是eslint规范检查引起的,这个问题意思就是将缩进4空格但发现6个空格。
'space-before-function-paren': 0,
'indent': 'off'
// 'camelcase': ["error", {"allow": ["aa_bb"]}]
}
}
HTML/CSS
1
https://gitee.com/chenhoudong/vue_blog.git
git@gitee.com:chenhoudong/vue_blog.git
chenhoudong
vue_blog
忆点点博客
master

搜索帮助