typescript-eslint-configurator
v1.1.6
Published
Interactive CLI tool for configuring ESLint rules
Maintainers
Readme
Typescript ESLint Configurator
An interactive CLI tool to configure ESLint rules quickly and efficiently.
Installation
Install globally using npm:
npm install -g typescript-eslint-configuratorOr run directly with npx:
npx typescript-eslint-configuratorUsage
- Select rules to enable from the interactive menu.
- Set the severity for each selected rule.
- The tool generates a
.eslintrc.jsonfile in your project directory.
Development
- Clone the repository.
- Run locally:
npm run start
Build and Publish
Build the Project:
npm run buildTest Locally:
npx ./dist/index.jsLogin to NPM:
npm loginPublish to NPM:
npm publish
