Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
When we start a new project, syntax check and style format is important but not easy to config. That...
Setting up ESLint and Prettier in a TypeScript project can greatly enhance your development...
If you are a JavaScript developer, you might have ran into error messages like: Failed to extract...
This guide will walk you through configuring a Vue.js project with ESLint 9.13.0, Prettier, and...
Last September 23rd the ESLint team released the new version, 9.11.1. As we grow as developers and...
I recently upgraded all the packages in our very large monorepo to the Ember 6.1 app blueprint. The...
When working on a project, maintaining code quality and consistency is just as important as writing...
Internet está lleno de tutoriales sobre cómo iniciar un proyecto web con React, sin embargo la...
My config to enforce code style in a project with Next.JS, Tailwind, Drizzle, and - obviously - Typescript
After extensive research and hands-on work, I've refined the best approach to set up a new Node.js...
As a front-end developer with over six years of experience, I’ve seen my fair share of TypeScript...
ESLint You’ve probably used ESLint (or at least heard of it) in your JavaScript or...
Introduction Portuguese version: Typescript-eslint + prettier para padronização de código...
Keeping code clean and consistent is important in any project. That’s why we use tools like linters...
In 2022, ESLint (v8.21.0) introduced a new configuration system nicknamed "Flat Config." This post...
First of all, lets create a nextJs application: npx create-next-app@latest Then add this package to...
Every now and then, I start a new React project using my favorite setup: Development: Vite +...
As our team is growing, we need more functional and aesthetic rules to keep our codebase less...
At the time of writing the first 2 parts in this series, I was using Next 15.0.1. That version still...
If you’re building a Next.js project, you already know how important clean, consistent, and...
Writing clean and consistent code is super important, not just for you, but for your whole team....
El pasado 23 de septiembre el equipo de ESLint liberó la nueva versión, la 9.11.1. En la medida en...
Uno de los aspectos más importantes al trabajar en equipo en el desarrollo de software es la...
Introdução English version: Typescript-eslint + prettier for code standardization in React...
ESLint has become a crucial part of modern JavaScript development. It helps maintain code quality,...
#Step 1 : Initialize the project mkdir my-project cd my-project npm init -y Enter...
This week, I expanded my knowledge on the importance of code formatting in software development. Just...
React Native ⚛️ is a powerful framework for building cross-platform mobile apps, but as projects...
I guess you're reading this in the same shoes I found myself in before writing this article. I...