A unified linting tool for React frontend projects combining ESLint, Prettier, and Stylelint with zero-config setup. Current stable version 1.0.24, released irregularly. Provides opinionated defaults for code styling and quality, minimizing configuration overhead. Alternative to lint-staged or eslint-config packages with a focus on React ecosystems.
npm install lintddNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and run the linter on React project files with auto-fix enabled.
Install peer deps: npm install eslint prettier stylelint
Use import instead of require; if using CJS, downgrade to 0.x or use dynamic import.
Use 'react-ts' preset for React+TypeScript projects.
Run: npm install eslint --save-dev
Use import lintdd from 'lintdd' or dynamic import()