arrow_backRetour aux issues
Rahul-pamula/Open_Source_Scout
#6
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Add Prettier configuration
ecoDébutant
good first issue
type:devex
descriptionDescription
## Problem
We want to maintain a consistent code style without manually formatting files, but Prettier is not yet configured.
## Goal
Add Prettier and a configuration file to format our TypeScript, CSS, and Markdown files automatically.
## Where to Look
- The root of the repository.
## Suggested Approach
1. Install `prettier` as a dev dependency.
2. Create a `.prettierrc` file with basic rules (e.g., `semi: true`, `singleQuote: true`).
3. Add a `.prettierignore` file to ignore build artifacts.
4. Add a `format` script to `package.json`.
## Acceptance Criteria
- [ ] Prettier is installed.
- [ ] `.prettierrc` is defined.
- [ ] `npm run format` successfully formats all relevant files.
## Testing
Modify a file with bad spacing, run `npm run format`, and verify it is corrected.
## Difficulty
`Beginner`
Issues similaires
lingdojo/kana-dojo
star3.2k
Poids du dépôt lourd
[Good First Issue] 🐡 Add new Japan Fact 251 - Beginner-Friendly Open-source Contribution
## 🟢 Good First Issue: Add Japan Fact #251 — Beginner-Friendly Open Source Contribution ![Time: <1 minute](https://img…
TypeScript
enhancement
help wanted
WasiqB/multiple-cucumber-html-reporter
star281
Poids du dépôt moyen
Error bucketing
It would be great to bucket the errors in different types i.e. Code exception, configuration exception, environmental e…
TypeScript
enhancement
help wanted
StellarLock/StellarLock
star0
Poids du dépôt léger
LP lock links omit the /token|lp/ URL segment, causing wrong-type lookups on the detail page
## Summary Lock detail links should include the lock's kind in the URL, e.g. `/app/lock/lp/:id` or `/app/lock/token/:i…
TypeScript
bug
good first issue