Files
probot/tslint.json
Tommy Byrd 48887fa938 Various cleanup and fixes from TS checklist (#585)
* Optional Options

* Webhook ID is a string

* turning on no-var-requires and related fixes

* remove any. app is inferring correctly

* linter
2018-06-28 12:35:11 -04:00

12 lines
225 B
JSON

{
"extends": [
"tslint:latest",
"tslint-config-prettier",
"tslint-config-standard"
],
"rules": {
"interface-name": [true, "never-prefix"],
"prefer-object-spread": false
}
}