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-destructuring.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ With JavaScript ES6, a new syntax was added for creating variables from an array
16
16
17
17
This rule takes two arguments, both of which are objects. The first object parameter determines what types of destructuring the rule applies to.
18
18
19
-
In the first object, there are two properties, `array` and `object`, that can be used to turn on or off the destructuring requirement for each of those types independently. By default, both are true.
19
+
In the first object, there are two properties, `array` and `object`, that can be used to turn on or off the destructuring requirement for each of those types independently. By default, both are `true`.
0 commit comments