A personal collection of lint rules organized by categories (basic, advanced, different areas, disputable, configurable). Version 1.0.2, no release cadence. Differentiators: includes subjective/disputable rules and project-specific configurable rules.
npm install er-ant-lintsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use the package by extending predefined rule sets and overriding a rule.
Inspect the package's index.js or documentation for correct rule identifiers.
Use 'npm view er-ant-lints' to confirm package exists.
Add declaration: declare module 'er-ant-lints' { export const rules: any; }Run 'npm install er-ant-lints' or ensure package name is correct.
Use 'import erAntLints from 'er-ant-lints'' in .mjs file or with module type.
No dependency data recorded yet.