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