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