A tool to configure and generate configuration files for ESLint, Prettier, Stylelint, Commitlint, Husky, etc., unifying project code style. Version 1.0.3 is the latest. Released with low frequency. Differentiators: auto-generates all config files and installs peer dependencies via a single command, supporting JavaScript and TypeScript projects.
npm install amber-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install amber-lint globally and run it in your project to generate configuration files and install dependencies.
Manually copy contents of aelftsconfig.json to tsconfig.json, preserving your own settings.
Commit existing config files to version control before running amber-lint.
Upgrade Node.js to >=10.12.0 (but not 11.x) or >=12.0.0.
Run 'npm install amber-lint' in your project, then use 'npx amber-lint'.
Install globally: 'npm install -g amber-lint', or use npx: 'npx amber-lint'.