Skip to content

Commit 8d9f56c

Browse files
committed
fix: remove trailing commas in tsconfig.json for consistency
1 parent 7bc84a5 commit 8d9f56c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
],
88
"sourceMap": true,
99
"rootDir": "src",
10-
"strict": true, /* enable all strict type-checking options */
10+
"strict": true /* enable all strict type-checking options */
1111
/* Additional Checks */
1212
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
1313
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
14-
// "noUnusedParameters": true, /* Report errors on unused parameters. */
14+
// "noUnusedParameters": true /* Report errors on unused parameters. */
1515
}
1616
}

0 commit comments

Comments
 (0)