Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Removed multiline-arrow rule
Browse files Browse the repository at this point in the history
Incompatible with TSLint v5.x as far as I can tell.
  • Loading branch information
nwronski committed Apr 25, 2017
1 parent 0fa18ed commit d6c8632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions tslint-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@
"order": "instance-sandwich"
}
],
"multiline-arrow": [
true,
"require-parens"
],
"no-any": true,
"no-constant-condition": true,
"no-duplicate-case": true,
Expand Down

0 comments on commit d6c8632

Please sign in to comment.