Skip to content

Commit

Permalink
Autofix: Update support files
Browse files Browse the repository at this point in the history
[atomist:generated] [atomist:autofix=update_support_files]
  • Loading branch information
cdupuis authored and atomist-bot committed Jul 9, 2019
1 parent 0d796ac commit eea21ce
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,16 @@
"triple-equals": {
"options": ["allow-null-check"]
},
"typedef": [
true,
"call-signature",
"parameter",
"property-declaration",
"member-variable-declaration"
],
"typedef": {
"severity": "warning",
"options": [
true,
"call-signature",
"parameter",
"property-declaration",
"member-variable-declaration"
]
},
"typedef-whitespace": {
"options": [
{
Expand Down

0 comments on commit eea21ce

Please sign in to comment.