Socket
Book a DemoInstallSign in
Socket

eslint-config-webpack

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-webpack

Provides Webpack's eslint rules as an extensible shared config

latest
Source
npmnpm
Version
4.7.3
Version published
Weekly downloads
3.7K
-51.52%
Maintainers
3
Weekly downloads
 
Created
Source

npm test discussions

ESLint Config Webpack

Provides Webpacks's eslint config as an extensible shared config.

eslint-config-webpack

Install

npm i -D eslint-config-webpack

Usage

Webpack's eslint config contains all of our ESLint rules.

In your eslint.config.js add ...

import { defineConfig } from "eslint/config";
import config from "eslint-config-webpack";

export default defineConfig([
	{
		extends: [config]
	}
]);

Keywords

eslint

FAQs

Package last updated on 15 Dec 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