Skip to content

Commit bdbb16e

Browse files
committed
fix(rules): move rules as last dependency to compile
1 parent e1f9e7f commit bdbb16e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"extends": "./tsconfig.shared.json",
55
"references": [
66
{ "path": "@commitlint/parse" },
7-
{ "path": "@commitlint/rules" },
87
{ "path": "@commitlint/ensure" },
98
{ "path": "@commitlint/execute-rule" },
109
{ "path": "@commitlint/format" },
1110
{ "path": "@commitlint/is-ignored" },
1211
{ "path": "@commitlint/message" },
1312
{ "path": "@commitlint/resolve-extends" },
1413
{ "path": "@commitlint/to-lines" },
15-
{ "path": "@commitlint/top-level" },
14+
{ "path": "@commitlint/top-level" },
15+
{ "path": "@commitlint/rules" },
1616
]
1717
}

0 commit comments

Comments
 (0)