Skip to content

Commit

Permalink
Resolves #50, resolves #49, resolves #47, resolves #55
Browse files Browse the repository at this point in the history
  • Loading branch information
brenolf committed Apr 27, 2016
1 parent 39c6120 commit 8d48dfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/JSCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* `disallowSpaceBeforeBinaryOperators`
* `disallowIdenticalDestructuringNames`
* `disallowArrayDestructuringReturn`
* `disallowSpacesInsideTemplateStringPlaceholders`

## Require only
* `requireAnonymousFunctions`
Expand All @@ -32,6 +33,10 @@
* `requireNumericLiterals`
* `requireShorthandArrowFunctions`
* `requireSpacesInCallExpression`
* `requireNewlineBeforeSingleStatementsInIf`
* `requireSpaceBeforeDestructuredValues`
* `requireArrayDestructuring`
* `requireObjectDestructuring`

## Validation
* `maximumNumberOfLines`
Expand Down

0 comments on commit 8d48dfd

Please sign in to comment.