forked from typescript-eslint/typescript-eslint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheslint-suppressions.json
More file actions
87 lines (87 loc) · 2.67 KB
/
eslint-suppressions.json
File metadata and controls
87 lines (87 loc) · 2.67 KB
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
{
"packages/eslint-plugin-internal/tests/rules/plugin-test-formatting.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 26
}
},
"packages/eslint-plugin/tests/rules/dot-notation.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 1
}
},
"packages/eslint-plugin/tests/rules/member-ordering/member-ordering-alphabetically-case-insensitive-order.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 4
}
},
"packages/eslint-plugin/tests/rules/member-ordering/member-ordering-alphabetically-order.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 4
}
},
"packages/eslint-plugin/tests/rules/naming-convention/naming-convention.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 12
}
},
"packages/eslint-plugin/tests/rules/no-extraneous-class.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 12
}
},
"packages/eslint-plugin/tests/rules/no-invalid-this.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 43
}
},
"packages/eslint-plugin/tests/rules/no-loop-func.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 2
}
},
"packages/eslint-plugin/tests/rules/no-this-alias.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 14
}
},
"packages/eslint-plugin/tests/rules/no-unnecessary-condition.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 44
}
},
"packages/eslint-plugin/tests/rules/no-unnecessary-template-expression.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 1
}
},
"packages/eslint-plugin/tests/rules/no-unsafe-enum-comparison.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 2
}
},
"packages/eslint-plugin/tests/rules/no-useless-empty-export.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 9
}
},
"packages/eslint-plugin/tests/rules/prefer-nullish-coalescing.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 42
}
},
"packages/eslint-plugin/tests/rules/prefer-optional-chain/prefer-optional-chain.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 17
}
},
"packages/eslint-plugin/tests/rules/return-await.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 1
}
},
"packages/eslint-plugin/tests/rules/sort-type-constituents.test.ts": {
"@typescript-eslint/internal/no-dynamic-tests": {
"count": 4
}
}
}