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

fix: use minimatch without `matchBase:true` #57

Closed mdjermanovic closed 1 month ago

mdjermanovic commented 1 month ago

Fixes #49

In flat config, patterns without a slash do not match at any level.

https://github.com/eslint/rewrite/blob/a136341eafbb092544d7aef19cc22f57104a572a/packages/config-array/src/config-array.js#L56-L63