Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
INeedJobToStartWork opened this issue Dec 30, 2024 · 0 comments
Open
1 task done

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

INeedJobToStartWork opened this issue Dec 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@INeedJobToStartWork
Copy link
Owner

Issue Description

No TSDocs at Config Type and deepMerge

CommitSmile Version

1.0.3

Tested on Latest Version

  • Yes

Reproduction

No response

Process to Reproduce bug

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

@INeedJobToStartWork INeedJobToStartWork added bug Something isn't working good first issue Good for newcomers labels Dec 30, 2024
@INeedJobToStartWork INeedJobToStartWork self-assigned this Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant