Skip to content

Commit fbd2b59

Browse files
committed
tools: add objectLiteralShorthandProperties to .eslintrc
Required to make linting pass for using object literal shorthand properties. PR-URL: #1760 Reviewed-By: Chris Dickinson <[email protected]>
1 parent ff79449 commit fbd2b59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

+1
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)