The idea of this tool is to check common errors in configuring ESLint, Prettier and VSCode together. Run this tool from the command line to analyze your project's configuration and check for common issues or errors in your configuration.
You will need to have both node and npm installed on your machine.
To install the tool, clone the repository, and run:
cd config-analyzer
npm install
npm run build
Then run:
node build/index.js <PATH_TO_YOUR_PROJECT>
WIP