Articles by Tag #prettier

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

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

💅 Why Use Prettier in Your Project?

When developing a project, we spend a lot of time ensuring that our code is efficient, readable, and...

Learn More 7 0Feb 26

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

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

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 Set Up ESLint and Prettier for React app in VSCode (2025)

This tutorial shows how to configure ESLint and Prettier in a React + TypeScript project using Vite...

Learn More 4 0Jul 8

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

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

It’s Time to Separate: Lint and Format

In the It's Time to Separate series, I'll show you how separating concerns helps us simplify code....

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

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 2 1Aug 2

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

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

Delete ` CR` eslint(prettier/prettier) error solved

npx prettier --write . Enter fullscreen mode Exit fullscreen mode ...

Learn More 2 0Feb 10

React and typescript components lib, part 2: code standardization with typescript-eslint and prettier

Introduction Portuguese version: Biblioteca de componentes React e typescript, parte 2:...

Learn More 1 0Feb 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

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

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

Old Fashioned CSS Formatter – A Modern Successor to CSSComb

Discover how the Old Fashioned CSS Formatter for VS Code brings order and elegance to your stylesheets. Learn why it’s the true successor to CSSComb.

Learn More 0 0May 16

🛠️ Why I Use Prettier + ESLint in Every Project

Whether I’m building a quick prototype or working on a large-scale frontend application, two tools...

Learn More 0 0Jul 10

Old Fashioned CSS Formatter – A Modern Successor to CSSComb

Discover how the Old Fashioned CSS Formatter for VS Code brings order and elegance to your stylesheets. Learn why it’s the true successor to CSSComb.

Learn More 0 0May 16

Simplifying Code Quality with a Unified Biome Configuration

Tired of juggling ESLint, Prettier, and import sorters just to keep your code clean? You’re not...

Learn More 0 0Aug 5

🛠️ Why I Use Prettier + ESLint in Every Project

Whether I’m building a quick prototype or working on a large-scale frontend application, two tools...

Learn More 0 0Jul 10

VSCode Prettier format on save

If this serves no other person than my future self, so be it. I find I'm always forgetting simple...

Learn More 0 0Jan 3

Biblioteca de componentes React e typescript, parte 2: padronização de código com typescript-eslint e prettier

Introdução English version: React and typescript components lib, part 2: code...

Learn More 0 0Feb 24