Basic tslint.json setup

suggest change

This is a basic tslint.json setup which

{
    "rules": {
        "no-any": true,
        "curly": true,
        "quotemark": [true, "double"]
    }
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents