Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1eb424d

Browse filesBrowse files
authored
docs: add missing backticks to prefer-destructuring (#19223)
1 parent 85998d1 commit 1eb424d
Copy full SHA for 1eb424d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/src/rules/prefer-destructuring.md

Copy file name to clipboardExpand all lines: docs/src/rules/prefer-destructuring.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ With JavaScript ES6, a new syntax was added for creating variables from an array
1616

1717
This rule takes two arguments, both of which are objects. The first object parameter determines what types of destructuring the rule applies to.
1818

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`.
2020

2121
```json
2222
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.