mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-15 02:18:58 +08:00
12 lines
223 B
JSON
12 lines
223 B
JSON
{
|
|
"extends": [
|
|
"tslint:latest",
|
|
"tslint-config-prettier"
|
|
],
|
|
"rules": {
|
|
"interface-name": [true, "never-prefix"],
|
|
"no-var-requires": false,
|
|
"prefer-object-spread": false
|
|
}
|
|
}
|