Installation
The fastest way to get started is with the uglier CLI. It installs the package and all required peer dependencies automatically.
Using the CLI
Section titled “Using the CLI”npx @gesslar/uglier installThis will:
- Detect your package manager (npm, pnpm, yarn, or bun)
- Install
@gesslar/uglierand its peer dependencies (eslint,@stylistic/eslint-plugin,eslint-plugin-jsdoc,globals) - Leave you ready to generate a config
Manual installation
Section titled “Manual installation”If you prefer to install manually:
npm install -D @gesslar/uglier eslint @stylistic/eslint-plugin eslint-plugin-jsdoc globalsReplace npm with your package manager of choice.