1 commentaire (1 commentaire)0 réactions (0 réactions)0 assignés (0 assignés)JavaScript2 394 stars (2 394 stars)368 forks (368 forks)batch import
enhancementhelp wanted
Description
Pull requests welcome.
Guide contributeur
- Stack technique
- javascript
- Domaine
- tooling
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-2 days
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- needs investigation
- Prérequis
- Familiarity with JavaScriptNode.js environmentUnderstanding of linting reporter patternsBootlint codebase basics
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 30
- Direction de recherche
- 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.