Skip to content

Commit 86059a6

Browse files
author
youncccat
committed
[Move] move to rules
1 parent a70e6b8 commit 86059a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/commitlint-plugin-wizardoc-rules/src/break-change-symbol-rule.ts renamed to packages/commitlint-plugin-wizardoc-rules/src/rules/break-change-symbol-rule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BREAK_CHANGE_SYMBOL } from "./constants";
1+
import { BREAK_CHANGE_SYMBOL } from "../constants";
22
import { Commit, RuleOutcome, RuleConfigCondition } from "@commitlint/types";
33

44
export type WithSymbol<T> = T & {

0 commit comments

Comments
 (0)