A scaffolding tool that sets up ESLint, Stylelint, Husky, and lint-staged for code quality enforcement. Currently at version 0.0.5, it automates configuration of linting tools, Git hooks, and VS Code real-time error display with auto-formatting on save. Designed for quick project bootstrap to unify code style. Limited release cadence; targets JavaScript/TypeScript projects in Node environments.
npm install lint-ecologyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs globably and initializes linting configuration in the current project directory.
Use `yarn global add lint-ecology` or `npm install -g lint-ecology`.
Backup existing lint configs before running init.
Run `yarn global add lint-ecology` or check npm global bin path.
Change directory to a project with package.json and run `lint-ecology init` again.