ESLint can merge multiple configs together through the extends key, but it's never clear what actually happens under the hood and why some rules can randomly stop working.
The ESLint documentation is very light on how ESLint actually merges these configs, but are there some other resources that explain this? Or better yet - some sort of tool that outputs the finalized config once everything is merged?