1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,394 stars (2,394 stars)368 forks (368 forks)batch import
enhancementhelp wanted
Description
Pull requests welcome.
Contributor guide
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Familiarity with JavaScriptNode.js environmentUnderstanding of linting reporter patternsBootlint codebase basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Investigate the existing reporter implementations in the Bootlint codebase to understand the current output format. Look at other linting tools like ESLint or Stylelint for examples of pluggable reporter interfaces. Consider creating a Reporter interface or abstract class that reporters must implement, and then modify the CLI to accept a reporter option. Check the issue comments for any prior discussion or requirements.