You've already forked discord-bot
mirror of
https://github.com/t2linux/discord-bot.git
synced 2026-04-30 13:49:21 -07:00
30 lines
595 B
JSON
30 lines
595 B
JSON
{
|
|
"extends": "tslint:recommended",
|
|
"rules": {
|
|
"semicolon": [
|
|
true,
|
|
"always"
|
|
],
|
|
"no-console": [
|
|
false,
|
|
"log",
|
|
"error"
|
|
],
|
|
"typedef": [
|
|
true,
|
|
"call-signature"
|
|
],
|
|
"array-type": [
|
|
true,
|
|
"generic"
|
|
],
|
|
"max-classes-per-file": false,
|
|
"no-empty-interface": false,
|
|
"quotemark": [
|
|
true,
|
|
"single"
|
|
],
|
|
"no-empty": false,
|
|
"no-shadowed-variable": false
|
|
}
|
|
} |