|
1 | 1 | {
|
2 |
| - "files": [], |
3 |
| - "include": [], |
4 |
| - "extends": "./tsconfig.shared.json", |
5 |
| - "references": [ |
6 |
| - { "path": "@commitlint/parse" }, |
7 |
| - { "path": "@commitlint/ensure" }, |
8 |
| - { "path": "@commitlint/execute-rule" }, |
9 |
| - { "path": "@commitlint/format" }, |
10 |
| - { "path": "@commitlint/is-ignored" }, |
11 |
| - { "path": "@commitlint/message" }, |
12 |
| - { "path": "@commitlint/resolve-extends" }, |
13 |
| - { "path": "@commitlint/to-lines" }, |
14 |
| - { "path": "@commitlint/top-level" }, |
15 |
| - { "path": "@commitlint/rules" }, |
16 |
| - ] |
| 2 | + "files": [], |
| 3 | + "include": [], |
| 4 | + "extends": "./tsconfig.shared.json", |
| 5 | + "references": [ |
| 6 | + { "path": "@commitlint/parse" }, |
| 7 | + { "path": "@commitlint/ensure" }, |
| 8 | + { "path": "@commitlint/execute-rule" }, |
| 9 | + { "path": "@commitlint/format" }, |
| 10 | + { "path": "@commitlint/is-ignored" }, |
| 11 | + { "path": "@commitlint/message" }, |
| 12 | + { "path": "@commitlint/resolve-extends" }, |
| 13 | + { "path": "@commitlint/to-lines" }, |
| 14 | + { "path": "@commitlint/top-level" }, |
| 15 | + { "path": "@commitlint/rules" }, |
| 16 | + ] |
17 | 17 | }
|
0 commit comments