import uni from '@uni-helper/eslint-config' export default uni( { globals: { uni: true, wx: true, // 如果您同时使用了微信小程序的全局变量 }, unocss: true, rules: { 'no-console': 'off', // 关闭 no-console 规则 'no-unused-vars': 'warn', }, }, )