Skip to content

Commit

Permalink
Also allow more modern syntax & objects
Browse files Browse the repository at this point in the history
  • Loading branch information
fredden committed Sep 20, 2023
1 parent b6bce05 commit 2af49f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint/.eslintrc-magento
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"amd": true,
"browser": true,
"es6": true,
"es2017": true,
"es2020": true,
"es2021": true,
"jasmine": true,
"jquery": true,
"prototypejs": true,
Expand Down

0 comments on commit 2af49f7

Please sign in to comment.