ESLint

  • 16 July 2024

Migrate to ESLint 9.x

In this article, I share some experiences of migrating to ESLint 9.x, which includes significant breaking changes. We'll use the flat config, integrate ESLint plugins, and specify custom rules for various file types: .js, .cjs, .mjs and .ts

Read more 
  • 17 December 2020

Config ESLint, Prettier for React App in VSCode

Discover how to configure ESLint and Prettier within your React application in VSCode for enhanced code quality and consistency.

Read more