TonyBrobston/jpegasus

View on GitHub
tslint.json

Summary

Maintainability
Test Coverage
{
    "defaultSeverity": "error",
    "extends": [
        "tslint:recommended"
    ],
    "jsRules": {},
    "rules": {
        "comment-type": [true],
        "quotemark": [true, "single"],
        "one-variable-per-declaration": false,
        "no-bitwise": false,
        "interface-name": [true, "never-prefix"],
        "typedef": [true, "call-signature", "arrow-call-signature", "parameter", "arrow-parameter", "property-declaration", "member-variable-declaration", "object-destructuring", "array-destructuring"]
    },
    "rulesDirectory": []
}