tools: add objectLiteralShorthandProperties to .eslintrc

Required to make linting pass for using object literal
shorthand properties.

PR-URL: https://github.com/nodejs/io.js/pull/1760
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
This commit is contained in:
Evan Lucas 2015-05-22 09:50:36 -05:00
parent ff794498e7
commit fbd2b59716

View File

@ -9,6 +9,7 @@ ecmaFeatures:
binaryLiterals: true
generators: true
forOf: true
objectLiteralShorthandProperties: true
rules:
# Possible Errors