oyjt / uniapp-vue3-template

使用uniapp+vite+vue3+uview-plus3.0 搭建的搭建的适合团队协作的快速开发模版
http://icnpath.com/uniapp-vue3-template/
MIT License
243 stars 55 forks source link

Eslint not work #8

Closed haiweilian closed 5 months ago

haiweilian commented 7 months ago

I modify:

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

感谢反馈,已处理