Skip to content

Allow use of modern syntax in JavaScript files #348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Also allow more modern syntax & objects
  • Loading branch information
fredden committed Dec 28, 2021
commit 18c9c11b19366bea8d7a8c5910127ae85a3c22ff
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