alsatian-test/alsatian

View on GitHub
packages/alsatian/tslint.json

Summary

Maintainability
Test Coverage
{
  "extends": "tslint:recommended",
  "rules": {
    "array-type": [true, "generic"],
    "arrow-parens": false,
    "max-classes-per-file": false,
    "one-line": [ true, "check-open-brace", "check-whitespace"],
    "trailing-comma": false,
    "variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"],
    "ordered-imports": false,
    "object-literal-sort-keys": false,
    "indent": [true, "tabs", 4],
    "unified-signatures": false
  },
  "jsRules": {
  },
  "rulesDirectory": [
    "tslint-plugin-prettier"
  ]
}