Articles with the tag #eslint:
Why should I start using Optional Chaining and Nullish Coalescing operators?
2020-09-20
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
ESLint disable single line and code blocks
2020-09-16
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