1 Star 0 Fork 199

lipeng / MacOS Web UI

forked from AirPower / AirPower4T 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 356 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hamm 提交于 2021-08-10 22:37 . init: 初始化代码仓库
module.exports = {
root: true,
env: {
node: true
},
'extends': [
'plugin:vue/vue3-essential',
'eslint:recommended'
],
parserOptions: {
parser: 'babel-eslint'
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
}
}
JavaScript
1
https://gitee.com/hidarcy/mac-ui.git
git@gitee.com:hidarcy/mac-ui.git
hidarcy
mac-ui
MacOS Web UI
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891