1 Star 0 Fork 0

张志阳/vue3-vant-mobile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
eslint.config.js 485 Bytes
一键复制 编辑 原始数据 按行查看 历史
王超 提交于 2024-09-20 18:45 +08:00 . chore: update deps
import antfu from '@antfu/eslint-config'
export default antfu(
{
vue: true,
typescript: true,
// enable UnoCSS support
// https://unocss.dev/integrations/vscode
unocss: true,
formatters: {
css: true,
},
},
{
rules: {
'perfectionist/sort-imports': 'off',
'perfectionist/sort-exports': 'off',
'perfectionist/sort-named-exports': 'off',
},
},
{
ignores: [
'.github/**',
'scripts/**',
],
},
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang-zhiyang/vue3-vant-mobile.git
git@gitee.com:zhang-zhiyang/vue3-vant-mobile.git
zhang-zhiyang
vue3-vant-mobile
vue3-vant-mobile
main

搜索帮助