nuxt / scripts

Plug-and-play script optimization for Nuxt applications. (Public Preview)
https://scripts.nuxt.com
MIT License
126 stars 8 forks source link

chore: migrate to Nuxt ESLint #86

Closed shinGangan closed 2 weeks ago

shinGangan commented 2 weeks ago

πŸ”— Linked issue

❓ Type of change

πŸ“š Description

Repositories in Nuxt oranization are migrating to use Nuxt ESLint. Therefore, this repository has also been migrated to use @nuxt/eslint-config instead of @antfu/eslint-config.

Note

node/prefer-global/process and node/prefer-global/buffer are rules provided by eslint-plugin-n, and were not provided by default in @nuxt/eslint-config.

As before, if necessary, you can configure all eslint-plugin-n rules configured in @antfu/eslint-config in a separate PR. πŸ‘

I thought that this rules should be implemented after receiving @harlan-zw 's opinion, so it has not been addressed in this PR.

vercel[bot] commented 2 weeks ago

@shinGangan is attempting to deploy a commit to the Nuxt Team on Vercel.

A member of the Team first needs to authorize it.

shinGangan commented 2 weeks ago

Hi @harlan-zw , please review and comments when you have a time πŸ™

shinGangan commented 2 weeks ago

Btw, I would like to take advantage of the monopo configuration to simplify package management in the playground/ and docs/. Is this okay to try? (I will implement this in another PR)

harlan-zw commented 2 weeks ago

Thanks! This is some great work