Registry / devops / lint-ecology

lint-ecology

JSON →
library0.0.5jsnpmunverified

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-ecology
INSTALL
IMPORT
SIG · LINT-ECOLOGY
L
lint-ecology
devopsjavascriptv0.0.5
harness data pending
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.

lintEcology (CLI)
yarn global add lint-ecology
npm install lint-ecology --save-dev
Package is meant to be installed globally, not as a project dependency.
init command
lint-ecology init
npx lint-ecology init
npx may work but recommended global install.

Installs globably and initializes linting configuration in the current project directory.

yarn global add lint-ecology cd my-project lint-ecology init
Debug
Known issues
gotchaGlobal install required: package is designed to be installed globally, not as a project devDependency.
fix
Use `yarn global add lint-ecology` or `npm install -g lint-ecology`.
affects: >=0.0.1
gotchaAssumes existing project structure: the init command expects a project with package.json, may overwrite existing eslint/stylelint config files.
fix
Backup existing lint configs before running init.
affects: >=0.0.1
Errors
Common errors & fixes
Command 'lint-ecology' not found
Package not installed globally or PATH not updated.
fix
Run `yarn global add lint-ecology` or check npm global bin path.
Error: No package.json found
Init command run outside a project root.
fix
Change directory to a project with package.json and run `lint-ecology init` again.
Upgrade
Version history
0.0.5latest on npm
Audit
Dependencies
eslintrequiredcore linter
stylelintrequiredCSS linter
huskyrequiredGit hooks management
lint-stagedrequiredrun linters on staged files
Agent activity
2 hits · last 30 days
node
2
Resources
lint-ecology — npm install lint-ecology · libregistry