summaryrefslogtreecommitdiffstats
path: root/llparse-frontend/tslint.json
blob: 24fec09a84517fef62cd565e6a2e9d71201e1037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "defaultSeverity": "error",
    "extends": [
        "tslint:recommended"
    ],
    "jsRules": {},
    "rules": {
      "no-bitwise": null,
      "max-line-length": [true, 80],
      "max-classes-per-file": [true, 1, "exclude-class-expressions"],
      "quotemark": [
        true, "single", "avoid-escape", "avoid-template"
      ]
    },
    "rulesDirectory": []
}