1 Star 3 Fork 2

lqs / lqsblog-frontend-nuxt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 524 Bytes
一键复制 编辑 原始数据 按行查看 历史
lqs 提交于 2020-05-31 08:08 . 第一次提交
module.exports = {
root: true,
env: {
browser: true,
node: true
},
parserOptions: {
parser: 'babel-eslint'
},
extends: [
'@nuxtjs',
'plugin:nuxt/recommended'
],
// add your custom rules here
rules: {
'nuxt/no-cjs-in-config': 0,
'no-console': 0,
// vue/html 设置
'vue/html-indent': 0,
'vue/html-self-closing': 0,
'vue/max-attributes-per-line': 0,
'vue/singleline-html-element-content-newline': 0,
'vue/multiline-html-element-content-newline': 0
}
}
1
https://gitee.com/lqsong/lqsblog-frontend-nuxt.git
git@gitee.com:lqsong/lqsblog-frontend-nuxt.git
lqsong
lqsblog-frontend-nuxt
lqsblog-frontend-nuxt
master

搜索帮助