question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I need to configure multi plugins inside `package.json` config

See original GitHub issue

I need to configure multi plugins at the same time. For example cz-conventional-changelog and cz-emoji-conventional. How is it not available till now, to configure it like this:

  "config": {
    "commitizen": {
      "path": ["cz-conventional-changelog", "cz-emoji", "cz-conventional-changelog-for-jira"]
    }
  }

This is hardly required 🚀

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
tomaviccommented, Jul 15, 2022

@Zhengqbbb, Anyway, would you like to answer three rounds of questions in the CLI? 🤯👀

Of course no, less questions is always fine.

I am checking cz git right now and it seems amazing. I will try it out in a separate Angular app, and a separate Angular library workspace.

If there are some questions I will post that there.

I am going to close this issue as there is nothing to be discussed here 😉🚀

0reactions
Zhengqbbbcommented, Jul 15, 2022

@tomavic But I need to know if commitizen is able to support multi adapter.

No. Adapters you can understand to UI plugins and generate messages

Anyway, would you like to answer three rounds of diff questions in the CLI? 🤯👀

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuration - Parcel
Parcel configuration can be shared between projects by publishing a .parcelrc file in a package on npm. This also allows multiple plugins to...
Read more >
package.json - npm Docs
This document is all you need to know about what's required in your package.json file. It must be actual JSON, not just a...
Read more >
Configuration Files - ESLint - Pluggable JavaScript Linter
The first way to use configuration files is via .eslintrc.* and package.json files. ESLint automatically looks for them in the directory of the...
Read more >
Multiple configuration files found. package.json#babel - .babelrc
I want to use automatically import stylesheets and as the document said, I've created a .babelrc file and write { "plugins": [
Read more >
Configure Babel
Create a file called babel.config.json with the following content at the root of your project (where the package.json is). { "presets": [...], "plugins":...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found