waterloo-rocketry / waterloo-rocketry/website-react
Improve QoL for ESLint and Prettier usage
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 4
- Avg merge
- 9h 8m
- Merged PRs (30d)
- 4
Description
While we have ESLint and Prettier installed as dev dependencies for the project but by default developers are not utilize them without installing additional things.
Tasks
- Add the ESLint and Prettier VSCode extensions as recommended VSCode extensions
- Add an
npm run formatcommand to automatically run formatting and linting for Prettier and ESLint, respectively.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the project's VS Code extension recommendations and npm scripts. Add the ESLint and Prettier recommendations and an npm run format command that runs the requested formatting and linting; done means both tasks work for project developers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- eslint, javascript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100