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

No matching configuration found for

laterdayi opened this issue · comments

Describe the bug

No matching configuration found for

image

Reproduction

System Info

windows

Used Package Manager

npm

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.

Please provide a reproduction repository published on Github, otherwise this issue will be immediately closed

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

https://github.com/Dimava/antfu-eslint-config/tree/repro/386-works-fine-could-not-reproduce
@laterdayi

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

I've accidentally encountered a reproduction today

export default antfu({...}, {
  files: ['**/*'],
  rules: {
    'antfu/consistent-list-newline': 'off',
  },
})

tl;dr don't use file globs without extension
Not a bug