Articles with the tag #eslint:

Image of code sample for the article: Why should I start using Optional Chaining and Nullish Coalescing operators?

Why should I start using Optional Chaining and Nullish Coalescing operators?

Gone are the days where you had to add incremental nullish (undefined or null) checks when fetching values in nested objects. Let's do more with less code. …read more

Image of code sample for the article: ESLint disable single line and code blocks

ESLint disable single line and code blocks

ESLint is a must-have tool for the editor as well as in your CI setup as it greatly improves code quality, however, sometimes you need to disable some rules. …read more