Skip to content

Instantly share code, notes, and snippets.

@wilk
Created December 12, 2016 08:41
Show Gist options
  • Save wilk/970fe0676bf7a377a413570664593039 to your computer and use it in GitHub Desktop.
Save wilk/970fe0676bf7a377a413570664593039 to your computer and use it in GitHub Desktop.
tslint
{
"extends": "tslint:latest",
"rules": {
"semicolon": false,
"no-console": false,
"quotemark": false,
"eofline": false,
"no-trailing-whitespace": false,
"variable-name": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment