formatting
This commit is contained in:
parent
2ff7d1759e
commit
4f59f3bc14
23 changed files with 994 additions and 3338 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Ticket Blueprint
|
||||
|
||||
Two formats depending on task type. Choose based on whether a meaningful
|
||||
Two formats depending on task type. Choose based on whether a meaningful
|
||||
decision between options was made.
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -87,9 +87,7 @@ pass init <your-key-id>
|
|||
Replace the entire file contents with:
|
||||
|
||||
```json
|
||||
{
|
||||
"credsStore": "pass"
|
||||
}
|
||||
{ "credsStore": "pass" }
|
||||
```
|
||||
|
||||
### 6. Re-login to registries
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ Rejected because: coercion is for untrusted or uncontrolled inputs (form fields,
|
|||
|
||||
6. In `apps/web/src/components/game/GameSetup.tsx`:
|
||||
- Update `SettingGroup` props to accept `string | number`:
|
||||
|
||||
|
||||
```ts
|
||||
type SettingGroupProps = {
|
||||
options: readonly (string | number)[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue