1. eslint-config-hudochenkov
My ESLint configs
eslint-config-hudochenkov
Package: eslint-config-hudochenkov
Created by: hudochenkov
Last modified: Sun, 14 Aug 2022 11:59:32 GMT
Version: 9.0.0
License: MIT
Downloads: 191
Repository: https://github.com/hudochenkov/eslint-config-hudochenkov

Install

npm install eslint-config-hudochenkov
yarn add eslint-config-hudochenkov

eslint-config-hudochenkov

My configs for ESLint.

Available configs:

Installation

Install config:

npm install --save-dev eslint-config-hudochenkov

Usage

Add chosen config to the extends section of your ESLint configuration:

 {
	"extends": ["eslint-config-hudochenkov"]
}
 {
	"extends": [
		"eslint-config-hudochenkov/react",
		"eslint-config-hudochenkov/react-testing"
	]
}

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code