oyjt / uniapp-vue3-template

使用uniapp+vite+vue3+uview-plus3.0 搭建的微信小程序快速开发模版
http://icnpath.com/uniapp-vue3-template/
168 stars 41 forks source link

Eslint not work #8

Closed haiweilian closed 3 months ago

haiweilian commented 5 months ago

I modify:

ncu eslint @antfu/eslint-config -u
pnpm i
pnpm eslint
{
    rules: {
      // ...
      'n/prefer-global/process': 'off',
    },
},
oyjt commented 3 months ago

感谢反馈,已处理