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 41 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 18 0Jun 28 '24

How to set up Eslint and prettier

How to set up eslint and prettier The purpose of this blog is to show how to setup eslint...

Learn More 13 1Jun 10 '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

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 9 2Apr 19

Mastering Code Quality: Setting Up ESLint with Standard JS in TypeScript Projects

Learn how to enhance your TypeScript project by integrating JavaScript Standard Style rules using...

Learn More 8 0May 6 '24

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 8 1Nov 5 '24

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

ESLint Plugin. What was missed in the doc?

ESLint is a potent tool, but you cannot create a good plugin because the documentation doesn't...

Learn More 6 0May 9 '24

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

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

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 4 2Feb 5

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

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

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

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

Customizable rules for Prettier + Eslint in React

Introduction In last month's article, I presented the setup of Eslint with Prettier for a...

Learn More 3 0Jun 24 '24

Configure Eslint, Prettier and show eslint warning into running console vite react typescript project

Creating a React application with Vite has become the preferred way over using create-react-app due...

Learn More 2 0Jun 6 '24

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

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

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

ESlint 9

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

Learn More 2 0Nov 1 '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

Setup Eslint + Prettier para padronização de código em React

Introdução Durante o processo de desenvolvimento, torna-se importante a definição de um...

Learn More 2 0May 27 '24

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 2 0May 1

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