Skip to content

Commit

Permalink
Docs: Fix option typo in no-underscore-dangle (Fixes #6674) (#6675)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage authored and ilyavolodin committed Jul 14, 2016
1 parent 5985eb2 commit a343b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-underscore-dangle.md
Expand Up @@ -41,7 +41,7 @@ This rule has an object option:

* `"allow"` allows specified identifiers to have dangling underscores
* `"allowAfterThis": false` (default) disallows dangling underscores in members of the `this` object
* `"afterAfterThis": true` allows dangling underscores in members of the `this` object
* `"allowAfterThis": true` allows dangling underscores in members of the `this` object

### allow

Expand Down

0 comments on commit a343b3c

Please sign in to comment.