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 Feb 21, 2022. It is now read-only.
Take the following code, run it through tslint using the "ter-newline-after-var": [true, "always"] configuration. TSLint will then complain that there is no new-line after the variable declaration even though there is
letpendingStatus: string[]=[];// contains all pending checks from travis as multiple are sent/** * @param {string} s The commit hash string * @return {string} Returns formatted commit hash string */functionfmt_url(s: string): string{return`\x0302\x1F${s}\x0F`;}
The text was updated successfully, but these errors were encountered:
webschik
added a commit
to webschik/tslint-eslint-rules
that referenced
this issue
Dec 16, 2018
Take the following code, run it through tslint using the
"ter-newline-after-var": [true, "always"]
configuration. TSLint will then complain that there is no new-line after the variable declaration even though there isThe text was updated successfully, but these errors were encountered: