Skip to content

Commit 16ad58a

Browse files
committed
lint: enable generators in .eslintrc config file
1 parent c4503bc commit 16ad58a

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
@@ -7,6 +7,7 @@ ecmaFeatures:
77
templateStrings: true
88
octalLiterals: true
99
binaryLiterals: true
10+
generators: true
1011

1112
rules:
1213
# Possible Errors

0 commit comments

Comments
 (0)