Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #54 from justinuang/master
Browse files Browse the repository at this point in the history
Add rule for ECMAScript 5's strict mode
  • Loading branch information
ashwinr committed Jan 8, 2014
2 parents 0ff5220 + 0685ebe commit 200cc8b
Show file tree
Hide file tree
Showing 6 changed files with 9,772 additions and 9,592 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ Supported Rules
* `"callSignature"` checks return type of functions
* `"catchClause"` checks type in exception catch blocks
* `"indexSignature"` checks index type specifier of indexers
* `use-strict` enforces ECMAScript 5's strict mode
* `check-module` checks that all top-level modules are using strict mode
* `check-function` checks that all top-level functions are using strict mode
* `variable-name` allows only camelCased or UPPER_CASED variable names. Rule options:
* `"allow-leading-underscore"` allows underscores at the beginnning.
* `whitespace` enforces spacing whitespace. Rule options:
Expand Down
Loading

0 comments on commit 200cc8b

Please sign in to comment.