Socket
Book a DemoInstallSign in
Socket

eslint-config-hudochenkov

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-hudochenkov

My ESLint configs

12.0.0
latest
Source
npmnpm
Version published
Weekly downloads
120
7.14%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-hudochenkov

My configs for ESLint.

Available configs:

  • main — default config which includes following configs:
  • react — config for React applications. Includes eslint-plugin-react, eslint-plugin-react-hooks, and eslint-plugin-jsx-a11y plugins.
  • reactTesting — config for tesing React apps with React Testing Library. Includes eslint-plugin-jest-dom and eslint-plugin-testing-library plugins.
  • jest — config with eslint-plugin-jest.

Installation

Install config:

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

Usage

Add chosen config to your ESLint configuration:

import { configs } from 'eslint-config-hudochenkov';
import { defineConfig } from 'eslint/config';

export default defineConfig([
	configs.main,
	configs.react,
	configs.reactTesting,
	// other configuration objects
]);

FAQs

Package last updated on 30 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.