UNPKG

lninl-ui

Version:

一个基于 Vue 3 & UnoCSS,兼容 TDesign 的 uni-app UI开发组件

24 lines (22 loc) 385 B
import antfu from '@antfu/eslint-config' export default antfu({ unocss: true, vue: true, rules: { 'no-console': 'warn', }, languageOptions: { globals: { $t: true, App: true, Page: true, WechatMiniprogram: true, UniApp: true, getCurrentPages: true, swan: true, tt: true, uni: true, wx: true, }, }, })