Fix for Penetration test _ Session and cookie management
[vid.git] / vid-webpack-master / tslint.json
1 {
2   "rulesDirectory": [
3     "node_modules/codelyzer"
4   ],
5   "rules": {
6     "arrow-return-shorthand": true,
7     "callable-types": true,
8     "class-name": true,
9 //    "curly": true,
10 //    "eofline": true,
11 //    "forin": true,
12 //    "import-blacklist": [
13 //      true
14 //    ],
15 //    "import-spacing": true,
16 //    "indent": [
17 //      true,
18 //      "spaces"
19 //    ],
20 //    "interface-over-type-literal": true,
21 //    "label-position": true,
22 //    "max-line-length": [
23 //      true,
24 //      340
25 //    ],
26 //    "member-access": false,
27 //    "member-ordering": [
28 //      true,
29 //      {
30 //        "order": [
31 //          "static-field",
32 //          "instance-field",
33 //          "static-method",
34 //          "instance-method"
35 //        ]
36 //      }
37 //    ],
38 //    "no-arg": true,
39 //    "no-bitwise": false,
40 //    "no-console": [
41 //      true,
42 //      "debug",
43 //      "info",
44 //      "time",
45 //      "timeEnd",
46 //      "trace"
47 //    ],
48 //    "no-construct": true,
49 //    "no-debugger": true,
50 //    "no-duplicate-super": true,
51 //    "no-empty": false,
52 //    "no-empty-interface": true,
53 //    "no-eval": true,
54 //    "no-inferrable-types": [
55 //      true,
56 //      "ignore-params"
57 //    ],
58 //    "no-misused-new": true,
59 //    "no-non-null-assertion": true,
60 //    "no-shadowed-variable": true,
61 //    "no-string-literal": false,
62 //    "no-string-throw": true,
63 //    "no-switch-case-fall-through": true,
64 //    "no-trailing-whitespace": true,
65 //    "no-unnecessary-initializer": true,
66 //    "no-unused-expression": true,
67 //    "no-use-before-declare": true,
68 //    "no-var-keyword": true,
69 //    "object-literal-sort-keys": false,
70 //    "one-line": [
71 //      true,
72 //      "check-open-brace",
73 //      "check-catch",
74 //      "check-else",
75 //      "check-whitespace"
76 //    ],
77 //    "prefer-const": true,
78 //    "radix": true,
79 //    "semicolon": [
80 //      true,
81 //      "always"
82 //    ],
83 //    "triple-equals": [
84 //      true,
85 //      "allow-null-check"
86 //    ],
87 //    "typedef-whitespace": [
88 //      true,
89 //      {
90 //        "call-signature": "nospace",
91 //        "index-signature": "nospace",
92 //        "parameter": "nospace",
93 //        "property-declaration": "nospace",
94 //        "variable-declaration": "nospace"
95 //      }
96 //    ],
97 //    "typeof-compare": false,
98 //    "unified-signatures": true,
99 //    "variable-name": false,
100 //    "whitespace": [
101 //      true,
102 //      "check-branch",
103 //      "check-decl",
104 //      "check-operator",
105 //      "check-separator",
106 //      "check-type"
107 //    ],
108 //    "directive-selector": [
109 //      true,
110 //      "attribute",
111 //      "app",
112 //      "camelCase"
113 //    ],
114 //    "component-selector": [
115 //      true,
116 //      "element",
117 //      "app",
118 //      "kebab-case"
119 //    ],
120     "use-input-property-decorator": true,
121     "use-output-property-decorator": true,
122     "use-host-property-decorator": true,
123     "no-input-rename": true,
124     "no-output-rename": true,
125     "use-life-cycle-interface": true,
126     "use-pipe-transform-interface": true,
127     "no-access-missing-member": false,
128     "templates-use-public": false,
129     "invoke-injectable": false
130   }
131 }