Skip to content

Instantly share code, notes, and snippets.

@k0pernikus
Created September 29, 2016 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k0pernikus/e0651517f97a3ca1a6083886c562d88d to your computer and use it in GitHub Desktop.
Save k0pernikus/e0651517f97a3ca1a6083886c562d88d to your computer and use it in GitHub Desktop.
tslint for nodejs why staying as close to tslint:recommended as possible
{
"extends": "tslint:recommended",
"rules": {
"no-console": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment