Articles by Tag #eslint

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

pr-checkmate: Stop Debating Style and Start Coding

Stop wasting time on code reviews discussing semicolons and spacing. Automate everything with PR...

Learn More 0 0Nov 20

Automating Code Quality: Stop Debating Style and Start Coding

Stop wasting time on code reviews discussing semicolons and spacing. Automate everything with PR...

Learn More 0 0Nov 20

Why I Chose Biome Over ESLint+Prettier: 20x Faster Linting & One Tool to Rule Them All

Deep dive comparing Biome, ESLint+Prettier, Oxlint, and alternatives for code quality. Real benchmarks showing 20-50x speed improvements, migration guide, and decision framework for choosing the right linting solution.

Learn More 1 0Dec 1

Oxlint x Prettier: The Modern Approach To Starting Your JavaScript Project

The JavaScript ecosystem evolves rapidly, and with it, development tools. While ESLint has long...

Learn More 0 0Dec 3

Project standards in Umami codebase - Part 1.1

Inspired by BulletProof React, I applied the codebase architecture concepts to the Umami...

Learn More 0 0Nov 13

Things I thought I didn't need when learning web development (part 2)

In my last post, I wrote about initially dismissing TypeScript, viewing it as unnecessary complexity...

Learn More 2 1Oct 23

Set up a Prettier, ESLint, Husky and lint-staged Integration with TypeScript in Next.js 16 | 2025

With the release of Next.js 16 and the latest ESLint updates, setting up a clean and consistent...

Learn More 0 0Oct 29

🚀 Why Use ESLint in Your Project?

When working on a project, maintaining code quality and consistency is just as important as writing...

Learn More 9 7Feb 27

Never lose valuable error context in JavaScript

If you are a JavaScript developer, you might have ran into error messages like: Failed to extract...

Learn More 14 7May 22

Upgrading to Ember 6.1: linting with type information

I recently upgraded all the packages in our very large monorepo to the Ember 6.1 app blueprint. The...

Learn More 9 0Feb 1

NodeJS Express Setup with Typescript, ESLint, Prettier

After extensive research and hands-on work, I've refined the best approach to set up a new Node.js...

Learn More 5 2Feb 5

Introducing ESLint to AWS CDK Projects

Introduction In this article, I'll show you how to introduce ESLint to your AWS CDK...

Learn More 0 0Nov 10

Just use this Next.js Eslint Configuration

My config to enforce code style in a project with Next.JS, Tailwind, Drizzle, and - obviously - Typescript

Learn More 10 1Jan 12

Typescript-eslint + prettier for code standardization in React with Typescript

Introduction Portuguese version: Typescript-eslint + prettier para padronização de código...

Learn More 5 0Feb 11

How to Add ESLint and prettier to an Angular Application

Introduction This guide walks you through configuring ESLint, Prettier, Stylelint, and...

Learn More 5 0Jul 13

Clean Starts Only: Next.js + Vercel starter with Airbnb ESLint & Prettier

TL;DR: A tiny Next.js 14 + Tailwind starter with Airbnb ESLint + Prettier, a clean layout, and a...

Learn More 1 0Sep 3

How to Set Up ESLint, Prettier, and Husky in Next.js ?

If you’re building a Next.js project, you already know how important clean, consistent, and...

Learn More 3 0Feb 4

Biome – A Good Tool for Linting and Formatting Code

Keeping code clean and consistent is important in any project. That’s why we use tools like linters...

Learn More 5 2Apr 19

Fix Your Slow ESLint: 3 Quick Tips

ESLint taking 3-4 minutes? Use these flags and a new Rust-based tool to make it instant.

Learn More 4 1Sep 22

undefined in Optional Types: The Gotcha No One Warned Me About

🤯 “Wait… Why Is undefined Allowed Here?” Meet Tchaaca - a junior developer working on a...

Learn More 6 1Aug 2

Set up a new React project: Vite, TypeScript, ESLint, Prettier and pre-commit hooks

Every now and then, I start a new React project using my favorite setup: Development: Vite +...

Learn More 3 0May 1

Setup NextJs | EsLint + Prettier - Fast way 🚀

First of all, lets create a nextJs application: npx create-next-app@latest Then add this package to...

Learn More 3 0Jan 16

Interface vs. Type in TypeScript: How I Built a Custom ESLint Rule to Convert All Interfaces to Types

As a front-end developer with over six years of experience, I’ve seen my fair share of TypeScript...

Learn More 5 0Mar 12

Mastering ESLint for Node.js: Tips and Tricks to Write Cleaner Code

Writing clean, maintainable, and bug-free Node.js applications isn't just about experience—it’s about...

Learn More 1 0Feb 20

Code Quality Automation: ESLint Rules, Prettier, and Custom Linting

As a Frontend-Backend Engineer, I've seen projects struggle with code consistency and quality. Manual...

Learn More 3 1Jun 25

Setting Up a Modern Express API with TypeScript, Jest, ESLint, Prettier - Quick guide 2025

Building a backend API in Node.js? Setting up the project can be a bit of a slog - and enough to put...

Learn More 2 0May 17

Setup ESLint and Prettier in Nuxt 4

In this post, I’ll show you how to use ESLint and Prettier in a Nuxt 4 project, step by step. ...

Learn More 3 2Aug 2

Typescript-eslint + prettier para padronização de código em React com Typescript

Introdução English version: Typescript-eslint + prettier for code standardization in React...

Learn More 3 0Feb 11

Setting up Prettier, ESLint, Airbnb, Stylelint, Husky, and lint-staged for a consistent Node.js workflow

Whether you’re coding solo or working in a team, one thing becomes obvious fast: style...

Learn More 0 0Aug 7

Stop using CSS Class Selectors in Jasmine Tests: Here's a Better Way

When writing end-to-end or integration tests, how we select elements matters. A lot. If you've ever...

Learn More 0 0Aug 17