Skip to content

Commit

Permalink
commitlint: enable strict build flag
Browse files Browse the repository at this point in the history
This commit message must contain "failing test" otherwise PR
CI will not pass the "sanity check" step.
  • Loading branch information
Mersho committed Jan 9, 2024
1 parent b32e017 commit 332f41f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"compilerOptions": {
"strict": true,
},
}

0 comments on commit 332f41f

Please sign in to comment.