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

configurable base path for build command possible? #33

Closed phoefflin closed 2 months ago

phoefflin commented 2 months ago

is there a way to pass an additional basepath configuration to the build subcommand?

We are aggregating multiple reports in our (gitlab) pipelines and it would be very helpful to have the eslint-config-inspector report/spa served from a subfolder alongside other reports (like coverage, security and so on).

example directory layout:

JohannesKonings commented 2 months ago

Hi, with the new Version I got still absolute pathes.

image

Is this somewhere configurable to use the relative base path? Thanks and best regards

antfu commented 2 months ago

@JohannesKonings please open a new issue with a reproduction - screenshots like this is not helpful. Thanks