antfu / eslint-config

Anthony's ESLint config preset

Home Page:https://eslint-config.antfu.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#371 (overrides) adds a breaking change that does not cause runtime errors

Dimava opened this issue · comments

Describe the bug

#371 causes root overrides property to be ignored, but does not result in any type or runtime errors, making the linting break

Reproduction

https://github.com/Dimava/antfu-eslint-config/tree/repro/371
(basically, an empty project with 1 rule to test overrides - they don't seem to work)

System Info

"@antfu/eslint-config": "^2.6.1",

Used Package Manager

pnpm

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.