whatisgithub

What is eslint-plugin-ignoreuglify?

ruanyf/eslint-plugin-ignoreuglify — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2016-05-11

3JavaScriptAudience · developerComplexity · 1/5DormantSetup · easy

In one sentence

An ESLint plugin that detects minified files by their long lines and automatically skips them, so linting reports aren't filled with noise.

Mindmap

mindmap
  root((eslint-plugin-ignoreuglify))
    What it does
      Detects minified files
      Skips them in ESLint
      Uses line-length heuristic
    Tech stack
      JavaScript
      ESLint
    Use cases
      Ignore bundled files
      Clean lint reports
      Skip accidental commits
    Audience
      Developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Stop ESLint from flagging pre-built minified library files that live in your source directory.

USE CASE 2

Keep lint reports free of noise from an accidentally committed bundled file.

USE CASE 3

Automatically filter minified code out of every lint run once configured.

What is it built with?

JavaScriptESLint

How does it compare?

ruanyf/eslint-plugin-ignoreuglifyamarjitjim/browserpilotandershaig/cssess
Stars333
LanguageJavaScriptJavaScriptJavaScript
Last pushed2016-05-112011-08-19
MaintenanceDormantDormant
Setup difficultyeasymoderateeasy
Complexity1/53/51/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Uses a simple 500-character-per-line heuristic, so it may misclassify unusually long non-minified lines.

Copy-paste prompts

Prompt 1
Show me how to install and configure eslint-plugin-ignoreuglify in my ESLint config.
Prompt 2
Explain the 500-character line heuristic this plugin uses to detect minified files.
Prompt 3
Help me fork this plugin to use a more sophisticated minified-file detection rule.

Frequently asked questions

What is eslint-plugin-ignoreuglify?

An ESLint plugin that detects minified files by their long lines and automatically skips them, so linting reports aren't filled with noise.

What language is eslint-plugin-ignoreuglify written in?

Mainly JavaScript. The stack also includes JavaScript, ESLint.

Is eslint-plugin-ignoreuglify actively maintained?

Dormant — no commits in 2+ years (last push 2016-05-11).

How hard is eslint-plugin-ignoreuglify to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is eslint-plugin-ignoreuglify for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.