2 Star 10 Fork 3

刘小吉/panda.net.web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.cjs 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘小吉 提交于 2024-04-22 13:41 +08:00 . feat:add 子组件UI
/* 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/skip-formatting'
],
parserOptions: {
ecmaVersion: 'latest'
},
rules: {
// 多字组件名称
'vue/multi-word-component-names': 'off',
// 结束行必须有;
"semi": ["error", "always"],
// 配置换行风格
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/notify/panda.net.web.git
git@gitee.com:notify/panda.net.web.git
notify
panda.net.web
panda.net.web
master

搜索帮助