123ishaTest / 123ishaTest/louter
Add a `writeToFile` helper method
- Langage dominant
- TypeScript
- Étoiles
- 1
- Forks
- 1
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Multiple stages like writing object to files, whether it is JSON schema or a config object.
Add a `writeToFile` utility function such that they are all formatted the same (JSON.stringify args and ending newline)
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Look for existing utility functions in the codebase, likely in a utils or helpers directory. The function should accept an object and a file path, use JSON.stringify with consistent formatting (like 2-space indentation), and append a newline. Check how other stages write files to understand the expected pattern. Write a test to verify the output format.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- javascript, typescript
- Domaine
- tooling
- Type d'issue
- Fonctionnalité
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 65/100