git404hub

what is eslint-plugin-ignoreuglify fr?

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

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

3JavaScriptAudience · developerComplexity · 1/5DormantSetup · easy

tl;dr

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

vibe map

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 make with this?

VIBE 1

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

VIBE 2

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

VIBE 3

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

what's the stack?

JavaScriptESLint

how it stacks up fr

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 i run it?

Difficulty · easy time til it works · 5min

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

prompts (copy fr)

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 fr?

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.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.