aboutsummaryrefslogtreecommitdiff
path: root/src/rules/typescript-eslint.json
blob: ff7c59dd9ffe76da89a2461613e02f770b400a82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
  "adjacent-overload-signatures": null,
  "array-type": null,
  "await-thenable": null,
  "ban-ts-comment": null,
  "ban-ts-ignore": null,
  "ban-types": null,
  "brace-style": null,
  "camelcase": null,
  "class-name-casing": null,
  "comma-spacing": null,
  "consistent-type-assertions": null,
  "consistent-type-definitions": null,
  "default-param-last": null,
  "explicit-function-return-type": null,
  "explicit-member-accessibility": null,
  "explicit-module-boundary-types": null,
  "func-call-spacing": null,
  "generic-type-naming": null,
  "indent": null,
  "interface-name-prefix": null,
  "member-delimiter-style": null,
  "member-naming": null,
  "member-ordering": null,
  "naming-convention": null,
  "no-array-constructor": null,
  "no-dupe-class-members": null,
  "no-dynamic-delete": null,
  "no-empty-function": null,
  "no-empty-interface": null,
  "no-explicit-any": null,
  "no-extra-non-null-assertion": null,
  "no-extra-parens": null,
  "no-extra-semi": null,
  "no-extraneous-class": null,
  "no-floating-promises": null,
  "no-for-in-array": null,
  "no-implied-eval": null,
  "no-inferrable-types": null,
  "no-magic-numbers": null,
  "no-misused-new": null,
  "no-misused-promises": null,
  "no-namespace": null,
  "no-non-null-asserted-optional-chain": null,
  "no-non-null-assertion": null,
  "no-parameter-properties": null,
  "no-require-imports": null,
  "no-this-alias": null,
  "no-throw-literal": null,
  "no-type-alias": null,
  "no-unnecessary-boolean-literal-compare": null,
  "no-unnecessary-condition": null,
  "no-unnecessary-qualifier": null,
  "no-unnecessary-type-arguments": null,
  "no-unnecessary-type-assertion": null,
  "no-untyped-public-signature": null,
  "no-unused-expressions": null,
  "no-unused-vars": null,
  "no-unused-vars-experimental": null,
  "no-use-before-define": null,
  "no-useless-constructor": null,
  "no-var-requires": null,
  "prefer-as-const": null,
  "prefer-for-of": null,
  "prefer-function-type": null,
  "prefer-includes": null,
  "prefer-namespace-keyword": null,
  "prefer-nullish-coalescing": null,
  "prefer-optional-chain": null,
  "prefer-readonly": null,
  "prefer-regexp-exec": null,
  "prefer-string-starts-ends-with": null,
  "promise-function-async": null,
  "quotes": null,
  "require-array-sort-compare": null,
  "require-await": null,
  "restrict-plus-operands": null,
  "restrict-template-expressions": null,
  "return-await": null,
  "semi": null,
  "space-before-function-paren": null,
  "strict-boolean-expressions": null,
  "switch-exhaustiveness-check": null,
  "triple-slash-reference": null,
  "type-annotation-spacing": null,
  "typedef": null,
  "unbound-method": null,
  "unified-signatures": null
}