From d6c8632c2624597742eafd6549bb347889f3e91d Mon Sep 17 00:00:00 2001 From: Nick Wronski Date: Tue, 25 Apr 2017 17:30:09 -0400 Subject: [PATCH] Removed `multiline-arrow` rule Incompatible with TSLint v5.x as far as I can tell. --- CHANGELOG.md | 2 ++ tslint-base.json | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 817343e..c6e8b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased][unreleased] +### Changed +- Removed `multiline-arrow` rule ## [v5.0.0] - 2017-04-25 ### Added diff --git a/tslint-base.json b/tslint-base.json index 488d567..978ca00 100644 --- a/tslint-base.json +++ b/tslint-base.json @@ -65,10 +65,6 @@ "order": "instance-sandwich" } ], - "multiline-arrow": [ - true, - "require-parens" - ], "no-any": true, "no-constant-condition": true, "no-duplicate-case": true,