Skip to content

Commit

Permalink
Removed the 'no-conditional-assignment' lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed Jul 10, 2017
1 parent 6acbcdd commit 03105d9
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
Expand Up @@ -22,7 +22,7 @@
"typedef": false,
"typedef-whitespace": false,
"no-arg": true,
"no-conditional-assignment": true,
"no-conditional-assignment": false,
"no-debugger": true,
"no-invalid-template-strings": true,
"no-invalid-this": false,
Expand Down

0 comments on commit 03105d9

Please sign in to comment.