A custom ESLint plugin providing additional lint rules for internal projects. Current stable version is 0.4.4. This package is distributed as 'ly-lint' on npm but is imported as 'dp-lint' in ESLint configuration. It ships TypeScript types and requires Node ^16.0.0 || >= 18.0.0. Designed as an internal plugin, it lacks public documentation on available rules, so users must inspect source or internal docs. Alternative to rolling custom rules.
npm install ly-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install and configure the ESLint plugin using its npm name 'ly-lint' and ESLint plugin name 'dp-lint'.
Install as 'ly-lint' but reference in ESLint config as 'dp-lint'.
Upgrade to Node 16 or 18+.
Look at the plugin's source or maintainers for rule list.
Install eslint@^8.0.0 or later.
Run: npm install --save-dev ly-lint (not eslint-plugin-dp-lint)
Check the plugin's source for available rules, or use a valid rule name.