X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tslint.json;h=6828f4325efd6d4af83de9f50f71a1ee4bc07bb1;hb=f7effe8dc7c641388f7edbcaad716fc16321d794;hp=8887798568c59436d95d1e9d2d6bc4a19abe28d3;hpb=65fcc3119c334b75dd13bcfdebf186afdc580a8f;p=oweals%2Fpeertube.git diff --git a/tslint.json b/tslint.json index 888779856..6828f4325 100644 --- a/tslint.json +++ b/tslint.json @@ -1,3 +1,13 @@ { - "extends": "tslint-config-standard" + "extends": "tslint-config-standard", + "rules": { + "await-promise": [true, "Bluebird"], + "no-inferrable-types": true, + "eofline": true, + "indent": [true, "spaces"], + "ter-indent": [true, 2], + "max-line-length": [true, 140], + "no-unused-variable": false, // Memory issues + "no-floating-promises": false + } }