Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

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
Jessica Kerr authored and atomist-bot committed Jun 25, 2019
1 parent f94a5ed commit bf79cf7
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 bf79cf7

Please sign in to comment.