All Downloads are FREE. Search and download functionalities are using the official Maven repository.

typescript.tslint.json Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
{
    "rules": {
        "class-name": true,
        "comment-format": [true,
            "check-space"
        ],
        "indent": [true,
            "spaces"
        ],
        "one-line": [true,
            "check-open-brace"
        ],
        "no-unreachable": true,
        "no-use-before-declare": true,
        "no-var-keyword": true,
        "quotemark": [true,
            "double"
        ],
        "semicolon": true,
        "whitespace": [true,
            "check-branch",
            "check-operator",
            "check-separator",
            "check-type"
        ],
        "typedef-whitespace": [true, {
            "call-signature": "nospace",
            "index-signature": "nospace",
            "parameter": "nospace",
            "property-declaration": "nospace",
            "variable-declaration": "nospace"
        }]
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy