1 Star 0 Fork 41

litingWeb / t-ui

forked from wocwin / t-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
wocwin 提交于 2021-11-24 10:12 . polish:更新项目
module.exports = {
root: true,
env: {
node: true
},
extends: ['plugin:vue/essential', '@vue/standard'],
rules: {
'no-console': 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'space-before-function-paren': 0,
'no-tabs': 'off',
'no-unused-vars': 'off'
},
parserOptions: {
parser: 'babel-eslint'
}
}
JavaScript
1
https://gitee.com/litingweb/t-ui.git
git@gitee.com:litingweb/t-ui.git
litingweb
t-ui
t-ui
dev

搜索帮助