Skip to content

Commit

Permalink
Docs: Document string option for no-unused-vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto committed Feb 28, 2016
1 parent 6f47151 commit 1982c50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/rules/no-unused-vars.md
Expand Up @@ -64,6 +64,8 @@ In environments outside of CommonJS or ECMAScript modules, you may use `var` to

## Options

This rule takes one argument which can be an string or an object. The string settings are the same as those of the `vars` property (explained below).

By default this rule is enabled with `all` option for variables and `after-used` for arguments.

```json
Expand Down

0 comments on commit 1982c50

Please sign in to comment.