aboutsummaryrefslogtreecommitdiff
path: root/node_modules/awesome-typescript-loader/tslint.json
blob: d71b0661a79d4e8994ad33606d280e75fec36beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "rules": {
    "class-name": true,
    "comment-format": [
        true,
        "check-space"
    ],
    "curly": true,
    "eofline": true,
    "indent": [true],
    "jsdoc-format": true,
    "no-arg": true,
    "no-consecutive-blank-lines": [true],
    "no-debugger": true,
    "no-duplicate-variable": true,
    "no-trailing-whitespace": true,
    "no-var-keyword": true,
    "quotemark": [false],
    "typedef-whitespace": [true],
    "semicolon": [true]
  }
}