An opinionated code quality and formatting tool that bundles ESLint, Stylelint, Prettier, lint-staged, and Husky into a single dependency. Version 0.0.2 provides zero-config setup with best-practice lint rules extracted from the community. Designed to reduce the friction of configuring multiple linters individually, it supports custom overrides while maintaining sensible defaults. The package is in early development with an unstable API.
npm install lotus-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows importing and using the default function and a named export to create a custom ESLint config.
Pin to exact version and test after upgrades.
Always check the package's exported symbols before using.
Stay tuned to changelog.
Run `npm install lotus-lint --save-dev` or `yarn add lotus-lint --dev`.
Ensure your project has `"type": "module"` in its own package.json or use the correct import path.
Check the exports by importing `{ eslint, prettier }` instead of using default import.