{"id":42026084,"url":"https://github.com/pleaseai/eslint","last_synced_at":"2026-01-26T04:09:09.939Z","repository":{"id":326350294,"uuid":"1105029853","full_name":"pleaseai/eslint","owner":"pleaseai","description":"A highly opinionated, zero-configuration linter and formatter.","archived":false,"fork":false,"pushed_at":"2025-12-19T10:02:52.000Z","size":109,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-22T03:44:36.224Z","etag":null,"topics":["claude-code","cursor","eslint","formatter","linter","mcp","vscode","windsurf","zed"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pleaseai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-27T03:21:38.000Z","updated_at":"2025-12-19T10:02:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pleaseai/eslint","commit_stats":null,"previous_names":["pleaseai/eslint"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pleaseai/eslint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pleaseai%2Feslint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pleaseai%2Feslint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pleaseai%2Feslint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pleaseai%2Feslint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pleaseai","download_url":"https://codeload.github.com/pleaseai/eslint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pleaseai%2Feslint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28766485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:54:34.369Z","status":"ssl_error","status_checked_at":"2026-01-26T03:54:33.031Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","cursor","eslint","formatter","linter","mcp","vscode","windsurf","zed"],"created_at":"2026-01-26T04:09:09.253Z","updated_at":"2026-01-26T04:09:09.930Z","avatar_url":"https://github.com/pleaseai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @pleaseai/lint\n\nConvert your ESLint configuration into AI-readable rules for coding assistants.\n\n## Overview\n\n`@pleaseai/lint` automatically transforms your ESLint rules into guidelines that AI coding assistants can understand. This ensures AI-generated code follows your project's coding standards from the start.\n\n## Supported AI Assistants\n\n- **Cursor** - `.cursor/rules/`\n- **VS Code Copilot** - `.github/copilot-instructions.md`\n- **Claude Code** - `.claude/CLAUDE.md`\n- **Windsurf** - `.windsurfrules`\n- **Zed** - `.zed/rules/`\n- **Codex** - `AGENTS.md`\n- **Kiro** - `.kiro/rules/`\n- **Cline** - `.clinerules`\n- **Amp** - `.amp/rules/`\n- **Aider** - `.aider/rules/`\n- **Firebase Studio** - `.idx/airules.md`\n- **OpenHands** - `.openhands/microagents/`\n- **Gemini CLI** - `GEMINI.md`\n- **Junie** - `.junie/rules/`\n- **AugmentCode** - `augment-guidelines.md`\n- **Kilo Code** - `.kilocode/rules/`\n- **Goose** - `.goosehints`\n- **Roo Code** - `.roo/rules/`\n- **Warp** - `.warp/rules/`\n\n## Installation\n\n```bash\n# npm\nnpm install -g @pleaseai/lint\n\n# pnpm\npnpm add -g @pleaseai/lint\n\n# bun\nbun add -g @pleaseai/lint\n```\n\n## Usage\n\n### Initialize (Interactive)\n\n```bash\npleaseai-lint init\n```\n\nInteractively select which AI assistants to generate rules for.\n\n### Generate Rules\n\n```bash\npleaseai-lint generate\n```\n\nGenerate rules for all configured AI assistants.\n\n### Preview Rules\n\n```bash\npleaseai-lint preview\n```\n\nPreview the generated rules without writing files.\n\n### Check Configuration\n\n```bash\npleaseai-lint check\n```\n\nCheck your ESLint configuration status and see which rules are active.\n\n## How It Works\n\n1. **Parses** your ESLint configuration (supports flat config and legacy `.eslintrc`)\n2. **Maps** ESLint rules to human-readable guidelines organized by category:\n   - Type Safety \u0026 Explicitness\n   - Code Quality\n   - React \u0026 JSX\n   - Security\n   - Performance\n   - Code Style\n   - Imports \u0026 Exports\n   - Testing\n3. **Generates** AI-specific instruction files in the appropriate format for each tool\n\n## Example Output\n\nFor a project with TypeScript ESLint rules, you might see guidelines like:\n\n```markdown\n### Type Safety \u0026 Explicitness\n\n- Avoid using the any type\n  - **Do**: Use specific types, unknown, or generics instead of any\n  - **Don't**: Use any to bypass type checking\n- Use strict equality operators (=== and !==)\n  - **Do**: Always use === and !== for comparisons\n  - **Don't**: Use == or != which perform type coercion\n```\n\n## Requirements\n\n- Node.js 18+\n- ESLint configuration in your project\n\n## Contributing\n\n### Setup\n\n```bash\nbun install\n```\n\n### Git Hooks (for GUI apps)\n\nIf you're using a GUI app (VS Code, WebStorm, etc.) and encounter `bun: not found` errors when committing, create `~/.config/husky/init.sh`:\n\n```bash\nmkdir -p ~/.config/husky\necho 'export PATH=\"$HOME/.bun/bin:$PATH\"' \u003e ~/.config/husky/init.sh\n```\n\nThis ensures bun is available for Git hooks in GUI environments.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpleaseai%2Feslint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpleaseai%2Feslint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpleaseai%2Feslint/lists"}