# eslint-config-webpack **Repository Path**: mirrors_webpack-contrib/eslint-config-webpack ## Basic Information - **Project Name**: eslint-config-webpack - **Description**: Webpack standard eslint configuration - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![npm][npm]][npm-url] [![test][test]][test-url] [](https://github.com/webpack/webpack/discussions)
# eslint-config-webpack ## Install ```bash npm i -D eslint-config-webpack ``` ## Usage Webpack's eslint config contains all of our ESLint rules. _In your eslint.config.js add ..._ ```js import { defineConfig } from "eslint/config"; import config from "eslint-config-webpack"; export default defineConfig([ { extends: [config] } ]); ``` [npm]: https://img.shields.io/npm/v/eslint-config-webpack.svg [npm-url]: https://npmjs.com/package/eslint-config-webpack [test]: https://github.com/webpack/eslint-config-webpack/actions/workflows/test.yml/badge.svg [test-url]: https://github.com/webpack/eslint-config-webpack/actions/workflows/test.yml