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-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install aelf-lint and run it to generate configuration files for ESLint, Prettier, Stylelint, Commitlint, and Husky.
If tsconfig.json exists, copy aelftsconfig.json contents into it manually, preserving existing config.
Pin version or expect breaking changes.
Use `npx aelf-lint` or install globally with `npm install -g aelf-lint`.
Ensure ESLint, Prettier, etc. are installed and run aelf-lint again.