Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Commit

Permalink
linting: error as default serverity
Browse files Browse the repository at this point in the history
Ensure that CI is able to pick liniting violation until tslint matures
further: palantir/tslint#2604
This makes the output look slightly different but it contains the same
information.
  • Loading branch information
wiese authored and jakobw committed Nov 19, 2018
1 parent caf7bf1 commit 3807895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"defaultSeverity": "warning",
"defaultSeverity": "error",
"extends": [
"tslint:recommended",
"./tslint-wikimedia-eslint-rules-port.json"
Expand Down

0 comments on commit 3807895

Please sign in to comment.