Skip to content

Commit 3b3bed8

Browse files
evanlucasandrewdeandrade
authored andcommitted
tools: add objectLiteralShorthandProperties to .eslintrc
Required to make linting pass for using object literal shorthand properties. PR-URL: nodejs/node#1760 Reviewed-By: Chris Dickinson <[email protected]>
1 parent 4356a60 commit 3b3bed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ecmaFeatures:
99
binaryLiterals: true
1010
generators: true
1111
forOf: true
12+
objectLiteralShorthandProperties: true
1213

1314
rules:
1415
# Possible Errors

0 commit comments

Comments
 (0)