4 Star 15 Fork 21

帝博软件 / diboot-mobile-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.cjs 527 Bytes
一键复制 编辑 原始数据 按行查看 历史
mazc 提交于 2023-06-29 13:47 . * 初始提交v3分支代码
/* eslint-env node */
require('@rushstack/eslint-patch/modern-module-resolution')
module.exports = {
root: true,
'extends': [
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier',
'./.eslintrc-auto-import.json'
],
parserOptions: {
ecmaVersion: 'latest',
parser: '@typescript-eslint/parser'
},
globals: {
LabelValue: 'readonly',
FileRecord: 'readonly'
},
rules: {
'vue/multi-word-component-names': 'off'
}
}
JavaScript
1
https://gitee.com/dibo_software/diboot-mobile-ui.git
git@gitee.com:dibo_software/diboot-mobile-ui.git
dibo_software
diboot-mobile-ui
diboot-mobile-ui
master-v3

搜索帮助