Articles by Tag #eslint

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

ESLint 9 Flat config tutorial

When we start a new project, syntax check and style format is important but not easy to config. That...

Learn More 42 3Jul 3 '24

How to Set Up ESLint and Prettier in a TypeScript Project

Setting up ESLint and Prettier in a TypeScript project can greatly enhance your development...

Learn More 19 0Jun 28 '24

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 6May 22

Vue3 + ESLint 9.13.0 + Prettier +TypeScript and VSCode Autoformat on Save

This guide will walk you through configuring a Vue.js project with ESLint 9.13.0, Prettier, and...

Learn More 11 1Nov 5 '24

How to get ESLint 9.11.1 to run in Vue 3

Last September 23rd the ESLint team released the new version, 9.11.1. As we grow as developers and...

Learn More 11 5Sep 27 '24

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 10 0Feb 1

🚀 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

Configurando un proyecto de React para producción

Internet está lleno de tutoriales sobre cómo iniciar un proyecto web con React, sin embargo la...

Learn More 8 0Oct 24 '24

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 7 1Jan 12

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

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

Do me lint! 🙋‍♂️ An easy way to setup ESLint in any project.

ESLint You’ve probably used ESLint (or at least heard of it) in your JavaScript or...

Learn More 5 0Dec 30 '24

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

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

ESLint x Prettier: The Right Way To Start A JavaScript Project

In 2022, ESLint (v8.21.0) introduced a new configuration system nicknamed "Flat Config." This post...

Learn More 4 1Jun 29 '24

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

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

Incrementally fixing lots of ESlint errors in a clean way with ESlint Nibble

As our team is growing, we need more functional and aesthetic rules to keep our codebase less...

Learn More 3 0Nov 18 '24

3. How to setup Jest in a Next 15 project (+ eslint for testing)

At the time of writing the first 2 parts in this series, I was using Next 15.0.1. That version still...

Learn More 3 1Dec 21 '24

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

Level Up Your Code with Airbnb's Extended ESLint Configuration

Writing clean and consistent code is super important, not just for you, but for your whole team....

Learn More 2 0Apr 26

Cómo hacer que ESLint 9.11.1 funcione en Vue 3

El pasado 23 de septiembre el equipo de ESLint liberó la nueva versión, la 9.11.1. En la medida en...

Learn More 2 0Sep 27 '24

Configurando Prettier, ESLint y Husky en Angular

Uno de los aspectos más importantes al trabajar en equipo en el desarrollo de software es la...

Learn More 2 0Oct 14 '24

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 2 0Feb 11

The Best ESLint Rules for Clean and Consistent JavaScript Code

ESLint has become a crucial part of modern JavaScript development. It helps maintain code quality,...

Learn More 2 0Jun 5

Setup Eslint Prettier in a TypeScript project with mongoose ODM

#Step 1 : Initialize the project mkdir my-project cd my-project npm init -y Enter...

Learn More 2 0Nov 17 '24

ESlint 9

ESLint 9 is the latest major version of the popular JavaScript linter, ESLint, released to bring...

Learn More 2 0Nov 1 '24

Beyond Spellcheck: How Static Analysis Tools Enhance Collaboration in Coding

This week, I expanded my knowledge on the importance of code formatting in software development. Just...

Learn More 1 0Oct 30 '24

🚀 Enhancing Your React Native Codebase: Best Practices & Modern Tooling

React Native ⚛️ is a powerful framework for building cross-platform mobile apps, but as projects...

Learn More 1 0Apr 3

Setting up ESLint in my Next.js + TypeScript project to keep code clean, consistent, and bug-free—a must for writing like a pro!

I guess you're reading this in the same shoes I found myself in before writing this article. I...

Learn More 1 0May 13