We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f9e7f commit bdbb16eCopy full SHA for bdbb16e
tsconfig.json
@@ -4,14 +4,14 @@
4
"extends": "./tsconfig.shared.json",
5
"references": [
6
{ "path": "@commitlint/parse" },
7
- { "path": "@commitlint/rules" },
8
{ "path": "@commitlint/ensure" },
9
{ "path": "@commitlint/execute-rule" },
10
{ "path": "@commitlint/format" },
11
{ "path": "@commitlint/is-ignored" },
12
{ "path": "@commitlint/message" },
13
{ "path": "@commitlint/resolve-extends" },
14
{ "path": "@commitlint/to-lines" },
15
- { "path": "@commitlint/top-level" },
+ { "path": "@commitlint/top-level" },
+ { "path": "@commitlint/rules" },
16
]
17
}
0 commit comments