kazupon / tool-chain-config-checker

An optionated JS / TS tool chain config cheker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tool-chain-config-checker

CI

An optionated JS / TS tool chain config cheker

✅ Checkers

Checker Version LICENSE
tsconfig-checker npm version MIT
vite-config-checker npm version MIT

🙋 Motivations

As the project grows in size, we need to put restrictions on configurations.

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.

🙌 Contributing guidelines

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.

©️ License

MIT

About

An optionated JS / TS tool chain config cheker

License:MIT License


Languages

Language:TypeScript 87.8%Language:JavaScript 5.5%Language:Shell 3.8%Language:HTML 2.9%