Apply consistent quoting
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
Different parts of Hyper use different string quote syntaxes. Many of the default configuration string values use single quotes. But hyper install <package> commands insert double quoted strings.
Ideally, hyper install... searches for the first quote character and matches suit. But short term, we could adopt an application-wide convention for either single or double quotes as a simple solution.
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 tracing the hyper install <package> command and the default configuration string values to identify where each quote style is produced. Compare the existing output and decide whether the short-term goal is one application-wide quote convention or matching the first quote character; done means the chosen behavior is consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100