vercel / vercel/hyper

Apply consistent quoting

Open
#8,092 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.