1 Star 0 Fork 9

lzs9987/nuxtjs高仿掘金

forked from 舜岳/nuxtjs高仿掘金 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 976 Bytes
一键复制 编辑 原始数据 按行查看 历史
ChanWahFung 提交于 2020-04-21 15:34 . :art:fix eslint warn
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': 'off',
'quotes': 'off',
'semi': 'off',
'space-before-function-paren': 'off',
'indent': 'off',
'no-tabs': 'off',
'comma-dangle': 'off',
'eol-last': 'off',
'arrow-parens': 'off',
'no-console': 'off',
'vue/singleline-html-element-content-newline': 'off',
'no-trailing-spaces': 'off',
'prefer-const': 'off',
'eqeqeq': 'off',
'quote-props': 'off',
'space-before-blocks': 'off',
'vue/max-attributes-per-line': 'off',
'vue/attributes-order': 'off',
'vue/order-in-components': 'off',
'vue/html-self-closing': 'off',
'vue/no-v-html': 'off',
'no-multi-spaces': 'off',
'object-shorthand': 'warn',
'no-unused-vars': 'warn'
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/asccccww/nuxt-juejin-project.git
git@gitee.com:asccccww/nuxt-juejin-project.git
asccccww
nuxt-juejin-project
nuxtjs高仿掘金
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385