16 Star 129 Fork 56

轩陌 / xm-nuxtjs-wordpress

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
轩陌 提交于 2021-09-10 00:34 . feat: 文章详情增加阅读模式
module.exports = {
root: true,
env: {
node: true
},
extends: [
'plugin:vue/essential',
'@vue/standard'
],
rules: {
semi: 'off',
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'space-before-function-paren': 0
},
parserOptions: {
parser: 'babel-eslint'
}
}
JavaScript
1
https://gitee.com/D-xuanmo/xm-nuxtjs-wordpress.git
git@gitee.com:D-xuanmo/xm-nuxtjs-wordpress.git
D-xuanmo
xm-nuxtjs-wordpress
xm-nuxtjs-wordpress
master

搜索帮助