nuxt / eslint

Collection of ESLint-related packages for Nuxt
https://eslint.nuxt.com
MIT License
515 stars 65 forks source link

docs(eslint-plugin): added correct documentation URL #446

Closed dethdkn closed 1 month ago

dethdkn commented 1 month ago

When trying to open the docs through eslint inspector and others, it would redirect to

https://eslint.nuxt.com/rules/prefer-import-meta <- this returns a 404

So I modified to the correct URL https://eslint.nuxt.com/packages/plugin#nuxtprefer-import-meta <- this works

dethdkn commented 1 month ago

Thanks @antfu ☺️