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

Autofix no-consecutive-blank-lines rule #2185

Closed
ryanmcnamara opened this issue Feb 7, 2017 · 2 comments
Closed

Autofix no-consecutive-blank-lines rule #2185

ryanmcnamara opened this issue Feb 7, 2017 · 2 comments

Comments

@ryanmcnamara
Copy link

Bug Report

  • TSLint version: 4.0.2
  • TypeScript version: 2.1.4
  • Running TSLint via: CLI

TypeScript code being linted

const x = "x";


const y = "y";

With disallowing consecutive blank lines

TSLint could autofix this error. It currently does not.

@ryanmcnamara
Copy link
Author

I would be interested in taking a shot at fixing this, however I'm not sure when I'll have time.

@nchen63 nchen63 changed the title Autofix Consecutive blank lines are forbidden Autofix no-consecutive-blank-lines rule Feb 7, 2017
@ajafff ajafff closed this as completed Jul 28, 2017
@ajafff
Copy link
Contributor

ajafff commented Jul 28, 2017

Fixed by #2201

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants