1 Star 0 Fork 160

minisailboat/vue-naive-admin

forked from isme.top/vue-naive-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 363 Bytes
一键复制 编辑 原始数据 按行查看 历史
zclzone 提交于 2022-07-10 14:02 . chore(projects): add husky and commitlint
module.exports = {
root: true,
extends: ['plugin:vue/vue3-recommended', 'plugin:prettier/recommended'],
rules: {
'prettier/prettier': 'error',
'vue/valid-template-root': 'off',
'vue/no-multiple-template-root': 'off',
'vue/multi-word-component-names': [
'error',
{
ignores: ['index', '401', '404'],
},
],
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/minisailboat/vue-naive-admin.git
[email protected]:minisailboat/vue-naive-admin.git
minisailboat
vue-naive-admin
vue-naive-admin
main

搜索帮助