keyholder-angular

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

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.