1 Star 0 Fork 49

litingWeb/t-ui

forked from wocwin/t-ui 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.eslintrc.js 373 Bytes
Copy Edit Raw Blame History
wocwin authored 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'
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/litingweb/t-ui.git
git@gitee.com:litingweb/t-ui.git
litingweb
t-ui
t-ui
dev

Search