eslint / config-inspector

A visual tool for inspecting and understanding your ESLint flat configs.
https://www.npmjs.com/package/@eslint/config-inspector
Apache License 2.0
518 stars 15 forks source link

Support `!file/pattern/` ignores in the file matcher #63

Open voxpelli opened 2 weeks ago

voxpelli commented 2 weeks ago

When a negative ignore is added then the file matcher fails it seems.

Couldn't find an issue mentioning it and since the file matcher is mentioned as being experimental I thought I should report it 👍