2017-05-15 22:22:03 +02:00
|
|
|
{
|
2017-06-16 14:32:15 +02:00
|
|
|
"extends": "tslint-config-standard",
|
|
|
|
"rules": {
|
2017-10-25 16:52:01 +02:00
|
|
|
"await-promise": [true, "Bluebird"],
|
2017-06-16 14:32:15 +02:00
|
|
|
"no-inferrable-types": true,
|
|
|
|
"eofline": true,
|
2018-10-16 01:04:50 +02:00
|
|
|
"indent": [true, "spaces"],
|
2017-09-04 20:07:54 +02:00
|
|
|
"ter-indent": [true, 2],
|
2017-06-16 14:32:15 +02:00
|
|
|
"max-line-length": [true, 140],
|
2018-03-08 17:31:11 +01:00
|
|
|
"no-unused-variable": false, // Memory issues
|
2017-06-16 14:32:15 +02:00
|
|
|
"no-floating-promises": false
|
|
|
|
}
|
2017-05-15 22:22:03 +02:00
|
|
|
}
|