mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-14 18:08:58 +08:00
* Optional Options * Webhook ID is a string * turning on no-var-requires and related fixes * remove any. app is inferring correctly * linter
12 lines
225 B
JSON
12 lines
225 B
JSON
{
|
|
"extends": [
|
|
"tslint:latest",
|
|
"tslint-config-prettier",
|
|
"tslint-config-standard"
|
|
],
|
|
"rules": {
|
|
"interface-name": [true, "never-prefix"],
|
|
"prefer-object-spread": false
|
|
}
|
|
}
|