Skip to content

Instantly share code, notes, and snippets.

@seanpmaxwell
Last active May 29, 2019 14:52
Show Gist options
  • Save seanpmaxwell/b2bb4742c85791adb4f7824073e64620 to your computer and use it in GitHub Desktop.
Save seanpmaxwell/b2bb4742c85791adb4f7824073e64620 to your computer and use it in GitHub Desktop.
ExpressTypeScript/tslint.json
{
"extends": "tslint:recommended",
"rules": {
"max-line-length": {
"options": [100]
},
"member-ordering": false,
"no-consecutive-blank-lines": false,
"object-literal-sort-keys": false,
"ordered-imports": false,
"quotemark": [true, "single"],
"variable-name": [true, "allow-leading-underscore"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment