Skip to content

Conversation

@js07
Copy link
Owner

@js07 js07 commented Feb 14, 2022

  • Optionally adds an eslint-disable comment when a component prop is missing a description
  • Updates README with eslintDisablePropsDescription CLI option

For example, when eslintDisablePropsDescription is true, the generated chat_api_for_whatsapp-send-message.mjs includes the following:

  /* eslint-disable pipedream/props-description */
  props: {
    chat_api_for_whatsapp: {
      type: "app",
      app: "chat_api_for_whatsapp",
    },
    phone: {
      type: "string",
    },
    body: {
      type: "string",
    },

Addresses part of #30

Optionally adds an eslint-disable comment when a component prop is
missing a description

Updates README with `eslintDisablePropsDescription` CLI option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants