Skip to content

Commit

Permalink
docs: add options to check destructuring 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 ac94268 commit d44826b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/no-underscore-dangle.md
Expand Up @@ -27,6 +27,7 @@ var _foo;
var foo_;
var __proto__ = {};
foo._bar();
const [_foo, ..._bar] = list;
```

:::
Expand Down

0 comments on commit d44826b

Please sign in to comment.