10 Star 122 Fork 51

buqiyuan/electron-vite-monorepo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
eslint.config.mjs 333 Bytes
一键复制 编辑 原始数据 按行查看 历史
buqiyuan 提交于 2024-08-12 00:15 . chore: update eslint rules
import antfu from '@antfu/eslint-config'
export default antfu(
{
formatters: true,
// unocss: true,
vue: true,
typescript: true,
// ignores: [ ],
},
{
// Without `files`, they are general rules for all files
rules: {
'no-console': 'off',
'n/prefer-global/process': 'off',
},
},
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/buqiyuan/electron-vite-monorepo.git
git@gitee.com:buqiyuan/electron-vite-monorepo.git
buqiyuan
electron-vite-monorepo
electron-vite-monorepo
main

搜索帮助