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: start watcher with `basePath` #39

Closed lvjiaxuan closed 2 months ago

lvjiaxuan commented 2 months ago

I have a monorepo where the eslint.config.ts is placed in project root.

When I run the inspector command in subdirectories, it can't watch the root eslint.config.ts changed.

I don't know if this is too special or necessary.