Skip to content

Commit a98eb8a

Browse files
committed
tools: make eslint allow object literal shorthands
1 parent 6e7d435 commit a98eb8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ecmaFeatures:
99
binaryLiterals: true
1010
generators: true
1111
forOf: true
12+
objectLiteralShorthandMethods: true
13+
objectLiteralShorthandProperties: true
1214

1315
rules:
1416
# Possible Errors

0 commit comments

Comments
 (0)