nuxt / eslint

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

eslint/config-inspector custom host/port when using @nuxt/eslit #443

Closed Meas closed 1 month ago

Meas commented 1 month ago

Describe the feature

Sorry to bother, this may be the lowest priority thing ever and possibly it is already implemented.

I am having issues accessing the eslint/config-inspector using a docker container when using @nuxt/eslint plugin. I just created a fresh project. Is there a way to set something like this:

//nuxt.config.ts
export default defineNuxtConfig({
modules: [
  ["@nuxt/eslint", {devServer: {host: "0.0.0.0"}]
]

Or is there already something that can accomplish something similar?

Thanks in advanced!

Additional information

Final checks

antfu commented 1 month ago

We temporarily closed this due to the lack of enough information. We could not identify whether it was a bug or a userland misconfiguration with the given info. Please provide a minimal reproduction to reopen the issue. Thanks.

Why reproduction is required