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

Commit

Permalink
Update README docs for triple-equals rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Killian committed Jan 18, 2016
1 parent 225b452 commit c25d084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ A sample configuration file with all options is available [here](https://github.
Each rule option requires a value of `"always"` or `"never"`. Rule options:
* `"multiline"` checks multi-line object literals.
* `"singleline"` checks single-line object literals.
* `triple-equals` enforces === and !== in favor of == and !=.
* `triple-equals` enforces `===` and `!==` in favor of `==` and `!=`.
* `"allow-null-check"` allows `==` and `!=` when comparing to `null`.
* `typedef` enforces type definitions to exist. Rule options:
* `"call-signature"` checks return type of functions.
* `"parameter"` checks type specifier of function parameters.
Expand Down

0 comments on commit c25d084

Please sign in to comment.