UNPKG

1.05 kBJSONView Raw
1{
2 "rules": {
3 "curly": true,
4 "eofline": false,
5 "align": [true, "parameters"],
6 "class-name": true,
7 "indent": [true, "spaces"],
8 "max-line-length": [true, 150],
9 "no-consecutive-blank-lines": [true],
10 "no-trailing-whitespace": true,
11 "no-duplicate-variable": true,
12 "no-var-keyword": true,
13 "no-empty": true,
14 "no-unused-expression-chai": true,
15 "no-use-before-declare": true,
16 "no-var-requires": true,
17 "one-line": [true,
18 "check-else",
19 "check-whitespace",
20 "check-open-brace"],
21 "quotemark": [true,
22 "single",
23 "avoid-escape"],
24 "semicolon": [true, "always"],
25 "typedef-whitespace": [true, {
26 "call-signature": "nospace",
27 "index-signature": "nospace",
28 "parameter": "nospace",
29 "property-declaration": "nospace",
30 "variable-declaration": "nospace"
31 }],
32 "whitespace": [true,
33 "check-branch",
34 "check-decl",
35 "check-operator",
36 "check-type"]
37 }, "rulesDirectory": [
38 "tslint-no-unused-expression-chai"
39 ]
40}
\No newline at end of file