Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Lucas <evanlucas@me.com>2015-05-22 17:50:36 +0300
committerEvan Lucas <evanlucas@me.com>2015-05-28 17:35:43 +0300
commitfbd2b597163a687c5485186161891ac54bef441a (patch)
treec56c825f4073fa9ade8aa8cec653032cc4b2bfdc
parentff794498e713d5684feff44e1a7adb57ee993595 (diff)
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>
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index e023327fbb7..0c43234c594 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -9,6 +9,7 @@ ecmaFeatures:
binaryLiterals: true
generators: true
forOf: true
+ objectLiteralShorthandProperties: true
rules:
# Possible Errors