ai-linter-kk
v0.1.0
Published
Lint JavaScript files with AI-powered suggestions using ESLint and OpenAI.
Readme
AI-Powered JS Linter
Lint JavaScript files with AI-powered suggestions using ESLint and OpenAI.
Installation
From npm (global)
npm install -g ai-linterUsage
ai-linter path/to/file.jsThe tool will show ESLint output and provide AI-powered suggestions with reasoning.
Development
git clone <your-repo-url>
cd js
npm install
node bin/cli.js path/to/file.jsPublishing to npm
- Login to npm:
npm login - Update
package.jsonas needed. - Publish:
npm publish --access public
