You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
/** * Problem comes up when function signature exceeds line length limit * and I have to break it onto multiple lines */functionexample({a, b}:
{a: number,b: number}){return"Hello, World!";}
with tslint.json configuration:
"extends": "tslint:recommended"
Actual behavior
test.ts[2, 10]: expected onespace after colon in parameter
Expected behavior
tslint should accept a newline as a valid separator for type definitions
The text was updated successfully, but these errors were encountered:
How many more breaking changes are expected before 4.0 final? If most breaking changes are already implemented, I could upgrade to dev.1. But if more are coming, I'd prefer a 3.15 patch so I can get this fix now, and then do all of my 4.0 changes later, in a single batch.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
test.ts[2, 10]: expected onespace after colon in parameter
Expected behavior
tslint should accept a newline as a valid separator for type definitions
The text was updated successfully, but these errors were encountered: