-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Related to issue #17, the current version of this library only accepts "#" as the reference prefix.
The commitlint.js had a configuration to modify this.
import { RuleConfigSeverity, UserConfig } from "@commitlint/types";
const config: UserConfig = {
extends: ["@commitlint/config-conventional"],
parserPreset: {
parserOpts: {
issuePrefixes: "sv-", // `<type>: <msg> sv-<issue-num>` pattern
},
},
};
export default config;
I would love to have this feature on my dart projects ❤️
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request