A guide to the upcoming changes in ESLint v9 regarding TypeScript integration, including migration notes.
Read articleEslint
Automatically format and lint code with Git hooks using Husky, Prettier, ESLint, precise-commits and lint-staged for pre-commit and pre-push workflows.
Read articleSetting up ESLint to parse and lint a mixed JavaScript and TypeScript codebase using overrides configuration for different file types.
Read articleA deep dive into TypeScript ESLint plugin performance issues, exploring common bottlenecks and providing solutions for improved linting speed.
Read articleA guide to set up ESLint, explaining the differences between ESLint config files and plugins, with detailed configuration examples and best practices.
Read articleA detailed guide to profiling, measuring, and optimizing slow ESLint rules, with practical techniques for improving linting performance.
Read article