blob: 6e982ca85d47121cdfae366389a6502238b28d21 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{
"extends": "tslint-config-standard",
"rules": {
"no-inferrable-types": true,
"eofline": true,
"indent": ["spaces"],
"ter-indent": [true, 2],
"max-line-length": [true, 140],
"no-floating-promises": false
}
}
|