Skip to content

Commit 9f0564e

Browse files
committed
chore: reformat root tsconfig without prettier
1 parent bdbb16e commit 9f0564e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

tsconfig.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
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+
]
1717
}

0 commit comments

Comments
 (0)