eslint icon indicating copy to clipboard operation
eslint copied to clipboard

Module ignores .gitignore and scans ignored subfolders after updating to version 0.5.6

Open s00d opened this issue 1 year ago • 0 comments

Environment

  • Operating System: Darwin
  • Node Version: v20.17.0
  • Nuxt Version: 3.13.1
  • CLI Version: 3.13.1
  • Nitro Version: 2.9.7
  • Package Manager: [email protected]
  • Builder: -
  • User Config: -
  • Runtime Modules: -
  • Build Modules: -

Package

@nuxt/eslint

Reproduction

  1. Clone the reproduction repository: https://github.com/s00d/nuxt-i18n-micro.
  2. Change the module version to 0.5.6 in the package.json file.
  3. Run npm install in the project root.
  4. Execute npm run lint.

Describe the bug

After updating to version 0.5.6, the module ignores .gitignore and scans a subfolder that should be excluded. This issue was not present in version 0.5.5.

image

Additional context

https://github.com/nuxt/eslint/issues/496

Logs

No response

s00d avatar Sep 06 '24 09:09 s00d