﻿{
  "extends": "tslint:latest",
  "rules": {
    "max-line-length": [true, 140],
    "member-ordering": [true,
      "public-before-private",
      "static-before-instance",
      "variables-before-functions"
    ]
  }
}