Skip to content

Commit 8c6374a

Browse files
committed
Also allow more modern syntax & objects
1 parent 662113b commit 8c6374a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: eslint/.eslintrc-magento

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"amd": true,
44
"browser": true,
55
"es6": true,
6+
"es2017": true,
7+
"es2020": true,
8+
"es2021": true,
69
"jasmine": true,
710
"jquery": true,
811
"prototypejs": true,

0 commit comments

Comments
 (0)