Registry / devops / aelf-lint

aelf-lint

JSON →
library0.0.1-alpha.2jsnpmunverified

aelf-lint is a tool for configuring ESLint, Prettier, Stylelint, Commitlint, Husky, and generating their configuration files to unify code style in projects. Current version 0.0.1-alpha.2 is in early alpha with low release cadence. Unlike manual setup, it automates tool integration and file generation but requires manual handling of existing tsconfig.json.

npm install aelf-lint
INSTALL
IMPORT
SIG · AELF-LINT
A
aelf-lint
devopsjavascriptv0.0.1-alpha.2
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.

default
npx aelf-lint
npm run aelf-lint (if not defined in scripts)
CLI tool, not a library. Run via npx or yarn aelf-lint.

Install aelf-lint and run it to generate configuration files for ESLint, Prettier, Stylelint, Commitlint, and Husky.

npm install aelf-lint && npx aelf-lint
aelf-lint --version
Debug
Known issues
gotchaGenerated aelftsconfig.json may conflict with existing tsconfig.json; manual merge required.
fix
If tsconfig.json exists, copy aelftsconfig.json contents into it manually, preserving existing config.
affects: >=0.0.0
deprecatedPackage is in early alpha (0.0.1-alpha.2); API may change.
fix
Pin version or expect breaking changes.
affects: >=0.0.0
Errors
Common errors & fixes
Command 'aelf-lint' not found
Package not installed globally or npx not used.
fix
Use `npx aelf-lint` or install globally with `npm install -g aelf-lint`.
Cannot read property 'config' of undefined
Missing configuration files or conflicting versions.
fix
Ensure ESLint, Prettier, etc. are installed and run aelf-lint again.
Upgrade
Version history
0.0.1-alpha.2latest on npm
Audit
Dependencies
eslintrequiredCore linting tool configured by aelf-lint
prettierrequiredCode formatter configured by aelf-lint
stylelintrequiredCSS linter configured by aelf-lint
@commitlint/clirequiredCommit message linter configured by aelf-lint
huskyrequiredGit hooks manager configured by aelf-lint
Agent activity
61 hits · last 30 days
node
52
OpenAI (training)
1
Resources
aelf-lint — npm install aelf-lint · libregistry