ESLint plugin that provides custom rules using regular expressions, allowing developers to quickly define custom lint rules without writing full ESLint rules. Version 1.10.0, actively maintained. Key differentiator: enables inline regex-based checks (invalid/required patterns) with rich options (file filters, auto-fix for invalid, custom messages). No TypeScript support. Minimal learning curve.
Verified import paths — ran on the pinned version, not inferred.
This is an ESLint plugin, not a module. It is loaded via the 'plugins' field in .eslintrc.*
Shows how to configure eslint-plugin-regex to disallow console.log and debugger, and require 'use strict'.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.