You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/src/rules/prefer-spread.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ obj.foo.apply(obj, [1, 2, 3]);
65
65
66
66
:::
67
67
68
-
Known limitations:
68
+
## Known Limitations
69
69
70
70
This rule analyzes code statically to check whether or not the `this` argument is changed. So, if the `this` argument is computed in a dynamic expression, this rule cannot detect a violation.
0 commit comments