Skip to content

Commit

Permalink
tools: add objectLiteralShorthandProperties to .eslintrc
Browse files Browse the repository at this point in the history
Required to make linting pass for using object literal
shorthand properties.

PR-URL: nodejs/node#1760
Reviewed-By: Chris Dickinson <[email protected]>
  • Loading branch information
evanlucas authored and andrewdeandrade committed Jun 3, 2015
1 parent 4356a60 commit 3b3bed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ecmaFeatures:
binaryLiterals: true
generators: true
forOf: true
objectLiteralShorthandProperties: true

rules:
# Possible Errors
Expand Down

0 comments on commit 3b3bed8

Please sign in to comment.