nuxt / eslint

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

Folder `dist` is not ignored #407

Closed MickL closed 2 months ago

MickL commented 2 months ago

Environment

The folder dist is linted if it exists. This wasnt the case before (I just upgraded from ^0.3.0-beta.9 to 0.3.9. It should be ignored.

Package

@nuxt/eslint

antfu commented 2 months ago

https://github.com/nuxt/eslint/blob/28bd401e092a3c21529b592d4d088aa6148898c5/packages/eslint-config/src/flat/configs/ignores.ts#L7

antfu commented 2 months 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

MickL commented 2 months ago

I understand you always need a reproduction repo but I spent SO much time already reporting various bugs within the UnJS / Nitro / Nuxt ecosystem. I cant efford the time to always create a reproduction repo.

antfu commented 2 months ago

I can't reproduce the problem on my side thus I can't help