2017-05-15 22:22:03 +02:00
|
|
|
{
|
2017-06-16 14:32:15 +02:00
|
|
|
"extends": "tslint-config-standard",
|
|
|
|
"rules": {
|
|
|
|
"no-inferrable-types": true,
|
|
|
|
"eofline": true,
|
|
|
|
"indent": ["spaces"],
|
|
|
|
"max-line-length": [true, 140],
|
|
|
|
"no-floating-promises": false
|
|
|
|
}
|
2017-05-15 22:22:03 +02:00
|
|
|
}
|