An optionated JS / TS tool chain config cheker
Checker | Version | LICENSE |
---|---|---|
tsconfig-checker | MIT | |
vite-config-checker | MIT |
For example, if there are many micro-servcie structured projects in one repository, there are cases where modules are not resolved by the package manager's deps, but by the tool chain's config.
In such cases, if the dependency resolution of the deps is assumed to be compliant with the JS module system, tools such as eslint may not be able to resolve it properly.
If you are interested in contributing to tool-chain-config-checker
, I highly recommend checking out the contributing guidelines here. You'll find all the relevant information such as how to make a PR, how to setup development) etc., there.