Registry / testing / er-ant-lints

er-ant-lints

JSON →
library1.0.2jsnpmunverified

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.

testing
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ESM-only; no default export is specified, likely needs to check actual export.

import erAntLints from 'er-ant-lints'

Named export; verify if 'rules' exists or is the actual export.

import { rules } from 'er-ant-lints'

Possible export for different rule categories.

import { configs } from 'er-ant-lints'

Shows how to use the package by extending predefined rule sets and overriding a rule.

import erAntLints from 'er-ant-lints'; const config = { extends: [ 'er-ant-lints/basic', 'er-ant-lints/advanced' ], rules: { 'my-rule': 'error' } };
Debug
Known footguns
gotchaExact rule names may differ from documentation; check actual exported rule names.
gotchaThe package might not be published to npm registry; verify availability before use.
gotchaNo type declarations; TypeScript users may need to create custom .d.ts.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
claudebot
4
gptbot
3
ahrefsbot
3
bingbot
1
Resources