1 Star 0 Fork 373

eaglexmw/md

forked from doocs/md 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
eslint.config.mjs 387 Bytes
一键复制 编辑 原始数据 按行查看 历史
ylb 提交于 2024-12-23 19:59 +08:00 . feat: build and deploy docker image (#495)
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`,
},
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/eaglexmw/md.git
git@gitee.com:eaglexmw/md.git
eaglexmw
md
md
main

搜索帮助