{
  /* You can use this file in your IDE for a better experience then when using the normal tslint.json */
  "extends" : "./tslint.json",
  "rules": {
    "no-trailing-whitespace": false,
    "mocha-avoid-only": false,
    "linebreak-style": false
  }
}
