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

ik.2.2.0.source-code.tslint.json Maven / Gradle / Ivy

Go to download

Static code review for your Gerrit and Stash patchsets. Runs Checkstyle, PMD and SpotBugs for you!

There is a newer version: 2.8.0
Show newest version
{
  "rules": {
    "indent": [true, 4],
    "jsdoc-format": true,
    "max-line-length": [true, 120],
    "one-line": [true,
        "check-open-brace",
        "check-catch",
        "check-else",
        "check-whitespace"
    ],
    "quotemark": [true, "double"],
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy