1 Star 0 Fork 0

programmerMao-001/vue-select-dialog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
programmerMao-001 提交于 2024-08-14 14:30 . 初始化组件
// ESlint 检查配置
module.exports = {
root: true,
parser: "vue-eslint-parser",
parserOptions: {
parser: "babel-eslint",
sourceType: "module",
ecmaVersion: 2020,
},
env: {
browser: true,
node: true,
es6: true,
},
extends: [],
// add your custom rules here
// it is base on https://github.com/vuejs/eslint-config-vue
rules: {
quotes: "off",
semi: "off",
commaDangle: "off",
"vue/no-parsing-error": ["off"]
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ProgrammerMao-001/vue-select-dialog.git
git@gitee.com:ProgrammerMao-001/vue-select-dialog.git
ProgrammerMao-001
vue-select-dialog
vue-select-dialog
master

搜索帮助