Articles by Tag #prettier

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

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

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

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

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

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

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 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

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

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

🚀 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

Setup Prettier Pada Nextjs Tailwind Project

Biasanya ketika saya membuat project saya selalu menggunalan auto formater, untuk membuat code saya...

Learn More 1 0Aug 1 '24

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

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

Useful VS Code Extensions for JS

Today, I want to share something that has significantly improved my coding workflow: useful...

Learn More 1 0Jul 10 '24

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

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

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

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

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

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