1 Star 0 Fork 124

胡进东/nuxt-elm

forked from bowen/nuxt-elm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 478 Bytes
一键复制 编辑 原始数据 按行查看 历史
[cai.bowen] 提交于 2018-10-18 10:05 . upgrade2.0
module.exports = {
root: true,
env: {
browser: true,
node: true
},
parserOptions: {
parser: 'babel-eslint'
},
extends: [
'plugin:vue/recommended'
],
// required to lint *.vue files
plugins: [
'vue'
],
// add your custom rules here
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'vue/require-prop-types': 'off',
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hujindo123/nuxt-elm.git
git@gitee.com:hujindo123/nuxt-elm.git
hujindo123
nuxt-elm
nuxt-elm
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385