Skip to content

Commit

Permalink
Fix broken tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed May 6, 2018
1 parent c221f12 commit 9a533e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"no-duplicate-variable": true,
"curly": true,
"class-name": true,
"semicolon": [
true,
"always"
],
"indent": [
true,
"spaces"
Expand All @@ -17,7 +13,11 @@
true,
"LF"
],
"semicolon": [
true,
"always"
],
"triple-equals": true
},
"defaultSeverity": "warning",
"defaultSeverity": "warning"
}

0 comments on commit 9a533e7

Please sign in to comment.