Skip to content

Instantly share code, notes, and snippets.

@e06widu
Created June 29, 2020 13:54
Show Gist options
  • Save e06widu/2fc7d5ec977a93d635e0839eb3f48aee to your computer and use it in GitHub Desktop.
Save e06widu/2fc7d5ec977a93d635e0839eb3f48aee to your computer and use it in GitHub Desktop.
Tslint file
{
"extends": [
"backend-tslint-rules"
],
"rules": {
"max-line-length": [
true,
180
],
"no-default-import": false,
"no-default-export": false,
"no-implicit-dependencies": false,
"newline-per-chained-call": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment