summaryrefslogblamecommitdiff
path: root/tslint.json
blob: b3016517ce662fd54a5057fbcbb75a2eded20266 (plain) (tree)
1
2
3
4
5



                                  
                      








                                       
                      


     
{
  "extends": "tslint:recommended",
  "rules": {
    "max-line-length": {
      "options": [120]
    },
    "new-parens": true,
    "no-arg": true,
    "no-bitwise": true,
    "no-conditional-assignment": true,
    "no-consecutive-blank-lines": false
  },
  "jsRules": {
    "max-line-length": {
      "options": [120]
    }
  }
}