10 lines
210 B
JSON
10 lines
210 B
JSON
{
|
|
"extends": "tslint-config-standard",
|
|
"rules": {
|
|
"no-inferrable-types": true,
|
|
"eofline": true,
|
|
"indent": ["spaces"],
|
|
"max-line-length": [true, 140],
|
|
"no-floating-promises": false
|
|
}
|
|
}
|