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

When my eslint configuration file is ".eslintrc.cjs", I run "npx @eslint/config-inspector", I get the following error 🤔 #42

Closed wangrongding closed 2 months ago

wangrongding commented 2 months ago

image

Will there be support for using .eslintrc.cjs later?

antfu commented 2 months ago

As printed, config inspector only works for flat config. eslintrc is not supported.