32 Star 414 Fork 101

antdv-pro / antdv-pro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
eslint.config.js 359 Bytes
一键复制 编辑 原始数据 按行查看 历史
import mist from '@antfu/eslint-config'
export default mist({
vue: true,
vueJsx: false,
typescript: true,
gitignore: true,
markdown: true,
ignores: [
'types/auto-imports.d.ts',
'types/components.d.ts',
'public',
'tsconfig.*.json',
'tsconfig.json',
],
}, {
rules: {
'no-console': 0,
'style/quote-props': 0,
},
})
TypeScript
1
https://gitee.com/antdv-pro/antdv-pro.git
git@gitee.com:antdv-pro/antdv-pro.git
antdv-pro
antdv-pro
antdv-pro
main

搜索帮助