# webpack-contrib/eslint-loader

[DEPRECATED] A ESlint loader for webpack

Repository: https://github.com/webpack-contrib/eslint-loader
Canonical: https://ross.abutalabs.com/products/eslint-loader
Language: JavaScript
License: MIT
License Family: permissive
Topics: javascript, loader, webpack
Archived: true
Last push: 2020-09-27T13:43:24+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4289, "days_push": 2166, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1048, forks 119 (observed 2026-08-28T04:03:22.387627+00:00)

## What it is
eslint-loader is a webpack loader that runs ESLint on JavaScript files during the webpack build process, reporting lint errors and warnings as part of bundling. It is deprecated in favor of eslint-webpack-plugin.

## Use cases
- lint javascript files during webpack builds
- fail webpack builds on eslint errors
- cache eslint results to speed up builds
- run eslint before transpiling with babel-loader
- enforce code style in a webpack pipeline

## When to choose
- maintaining a legacy webpack 3/4 project already using eslint-loader
- you cannot migrate to eslint-webpack-plugin yet

## When to avoid
- starting a new project - use eslint-webpack-plugin instead
- using webpack 5 or later
- you want actively maintained linting integration

## Facets
- artifact type: plugin
- maturity: abandoned
- function: linter, build-tool, developer-tools
- domain: developer-tools, web-development, frontend
- platform: -
- tags: webpack-loader, eslint, linting, deprecated, nodejs, javascript

## Member repositories
- webpack-contrib/eslint-loader (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:22.387627+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:01:03.115041+00:00, confidence not recorded.
  - readme: https://github.com/webpack-contrib/eslint-loader (fetched 2026-08-28T04:03:22.387627+00:00, sha 9082041565fd)
  - registry_npm: https://registry.npmjs.org/eslint-loader (fetched 2026-08-29T13:02:15.081309+00:00, sha bcea242a9219)
- Data as of 2026-08-30T08:39:29.467469+00:00.
