1 Star 1 Fork 0

bin/bin-ui-design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.cjs 422 Bytes
一键复制 编辑 原始数据 按行查看 历史
bin 提交于 2023-11-08 10:00 . feat:新增数结构
module.exports = {
root: true,
env: {
browser: true,
es6: true,
node: true
},
overrides: [],
extends: [
'plugin:vue/vue3-recommended',
'@vue/eslint-config-typescript',
'eslint:recommended',
'prettier'
],
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module'
},
rules: {
semi: 0,
'vue/multi-word-component-names': 0,
'vue/no-mutating-props': 0
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangbin3162/bin-ui-design.git
[email protected]:wangbin3162/bin-ui-design.git
wangbin3162
bin-ui-design
bin-ui-design
main

搜索帮助