aboutsummaryrefslogtreecommitdiff
path: root/tslint.json
blob: 50ab37a1041393cd0141655a5257ae03fe9e5c01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": "tslint:recommended",
  "rules": {
    "interface-name": false,
    "no-console": false,
    "object-literal-sort-keys": false,
    "ordered-imports": false,
    "no-bitwise": false,
    "member-access": false,
    "quotemark": [true, "single"],
    "trailing-comma": false
  }
}