Skip to content

Commit

Permalink
docs: check assignment patterns in no-underscore-dangle
Browse files Browse the repository at this point in the history
  • Loading branch information
kecrily committed Feb 19, 2023
1 parent a7afaf9 commit e85e58d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rules/no-underscore-dangle.md
Expand Up @@ -27,7 +27,6 @@ var _foo;
var foo_;
var __proto__ = {};
foo._bar();
const [_foo, ..._bar] = list;
```

:::
Expand Down

0 comments on commit e85e58d

Please sign in to comment.