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 28, 2023
1 parent 2968593 commit 0b0dee1
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 0b0dee1

Please sign in to comment.