Skip to content

Instantly share code, notes, and snippets.

@joseluisq
Created April 6, 2018 22:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joseluisq/9dffec4a00bd7f11f74c7b57ca57b402 to your computer and use it in GitHub Desktop.
Save joseluisq/9dffec4a00bd7f11f74c7b57ca57b402 to your computer and use it in GitHub Desktop.
My personal TSLint + Standard (dcl-tslint-config-standard) rules
{
"extends": "dcl-tslint-config-standard",
"rules": {
"indent": [
true,
"spaces",
2
],
"space-before-function-paren": [
true,
"always"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment