File tree
66 files changed
+517
-518
lines changed- .github/workflows
- cmd/rslint
- internal
- config
- linter
- rules
- adjacent_overload_signatures
- array_type
- await_thenable
- class_literal_property_style
- no_array_delete
- no_base_to_string
- no_confusing_void_expression
- no_duplicate_type_constituents
- no_floating_promises
- no_for_in_array
- no_implied_eval
- no_meaningless_void_operator
- no_misused_promises
- no_misused_spread
- no_mixed_enums
- no_redundant_type_constituents
- no_unnecessary_boolean_literal_compare
- no_unnecessary_template_expression
- no_unnecessary_type_arguments
- no_unnecessary_type_assertion
- no_unsafe_argument
- no_unsafe_assignment
- no_unsafe_call
- no_unsafe_enum_comparison
- no_unsafe_member_access
- no_unsafe_return
- no_unsafe_type_assertion
- no_unsafe_unary_minus
- no_unused_vars
- no_useless_empty_export
- no_var_requires
- non_nullable_type_assertion_style
- only_throw_error
- prefer_as_const
- prefer_promise_reject_errors
- prefer_reduce_type_parameter
- prefer_return_this_type
- promise_function_async
- require_array_sort_compare
- require_await
- restrict_plus_operands
- restrict_template_expressions
- return_await
- switch_exhaustiveness_check
- unbound_method
- use_unknown_in_catch_callback_variable
- rule
- packages
- rslint-test-tools/tests/typescript-eslint/rules
- __snapshots__
- rslint/tests
- __snapshots__
- rule-tester/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+517
-518
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
| 98 | + | |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
318 | 318 |
| |
319 | 319 |
| |
320 | 320 |
| |
321 |
| - | |
322 | 321 |
| |
323 | 322 |
| |
324 | 323 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
90 | 97 |
| |
91 | 98 |
| |
92 | 99 |
| |
| |||
158 | 165 |
| |
159 | 166 |
| |
160 | 167 |
| |
161 |
| - | |
| 168 | + | |
162 | 169 |
| |
163 | 170 |
| |
164 | 171 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
183 |
| - | |
| 183 | + | |
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
207 |
| - | |
| 207 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 |
| - | |
| 146 | + | |
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
| |||
438 | 438 |
| |
439 | 439 |
| |
440 | 440 |
| |
441 |
| - | |
| 441 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + |
0 commit comments