100 Star 1.3K Fork 380

GVPdoocs/md

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
eslint.config.mjs 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
Honwhy Wang 提交于 2025-06-04 09:17 +08:00 . feat(ext): add site panel (#792)
import antfu from '@antfu/eslint-config'
export default antfu({
vue: true,
unocss: true,
typescript: true,
formatters: true,
ignores: [`.github`, `scripts`, `docker`, `md-cli`, `src/assets`, `example`],
}, {
rules: {
'semi': [`error`, `never`],
'quotes': [`error`, `backtick`],
'no-unused-vars': `off`,
'no-console': `off`,
'no-debugger': `off`,
'ts/no-namespace': `off`,
},
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Doocs/md.git
git@gitee.com:Doocs/md.git
Doocs
md
md
main

搜索帮助