Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinr committed Aug 9, 2013
1 parent cb93a5c commit 871bc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Supported Rules
* `varname` allows only camelCased or UPPER_CASED variable names.
* `noarg` disallows access to `arguments.callee`.
* `noconsole` disallows access to the specified properties on `console`. Property configurations are comma-delimited.
For example, the configuration "noconsole: log, debug, warn" disables `console.log`, `console.debug`, and `console.warn`.
For example, the configuration "noconsole: log, debug, warn" disables `console.log`, `console.debug` and `console.warn`.
* `sub` disallows object access via string literals.
* `forin` enforces a `for ... in` statement to be filtered with an `if` statement.
* `debug` disallows `debugger` statements.
Expand Down

0 comments on commit 871bc95

Please sign in to comment.