Skip to content

Commit

Permalink
chore: reformat root tsconfig without prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Sep 12, 2019
1 parent bdbb16e commit c8aeff6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions tsconfig.json
@@ -1,17 +1,17 @@
{
"files": [],
"include": [],
"extends": "./tsconfig.shared.json",
"references": [
{ "path": "@commitlint/parse" },
{ "path": "@commitlint/ensure" },
{ "path": "@commitlint/execute-rule" },
{ "path": "@commitlint/format" },
{ "path": "@commitlint/is-ignored" },
{ "path": "@commitlint/message" },
{ "path": "@commitlint/resolve-extends" },
{ "path": "@commitlint/to-lines" },
{ "path": "@commitlint/top-level" },
{ "path": "@commitlint/rules" },
]
"files": [],
"include": [],
"extends": "./tsconfig.shared.json",
"references": [
{ "path": "@commitlint/parse" },
{ "path": "@commitlint/ensure" },
{ "path": "@commitlint/execute-rule" },
{ "path": "@commitlint/format" },
{ "path": "@commitlint/is-ignored" },
{ "path": "@commitlint/message" },
{ "path": "@commitlint/resolve-extends" },
{ "path": "@commitlint/to-lines" },
{ "path": "@commitlint/top-level" },
{ "path": "@commitlint/rules" },
]
}

0 comments on commit c8aeff6

Please sign in to comment.