INeedJobToStartWork / INeedJobToStartWork/Commit-Smile

🐞[BUG] - No TSDocs at `Config` Type and `deepMerge`

Open
#14 0 comments 0 reactions 1 assignee Claimed by @INeedJobToStartWork View on GitHub
bug good first issue
Dominant language
TypeScript
Stars
10
Forks
1
PR merge metrics
No merged PRs in 30d

Description

### Issue Description

No TSDocs at `Config` Type and `deepMerge`

### CommitSmile Version

1.0.3

### Tested on Latest Version

- [X] Yes

### Reproduction

_No response_

### Process to Reproduce bug

```ts
export default defaultConfig({}).deepMerge({
prompts: {
description: false,
scopes: {
workspaces: true,
},
},
});

```
and any Config Usage

### Photo/Images Showing Bug

_No response_

### Logs

_No response_

### What we got - What we expected

Expect to have description for every property

### Additional Context

_No response_

### What did you try to fix it?

_No response_

### How did you solve it?

_No response_

### How problem can be solved?

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.