Skip to content

Commit

Permalink
tools: make eslint allow object literal shorthands
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishrock123 committed May 25, 2015
1 parent 6e7d435 commit a98eb8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ecmaFeatures:
binaryLiterals: true
generators: true
forOf: true
objectLiteralShorthandMethods: true
objectLiteralShorthandProperties: true

rules:
# Possible Errors
Expand Down

0 comments on commit a98eb8a

Please sign in to comment.