Skip to content

Commit

Permalink
Merge pull request #1823 from aestoltm/es6
Browse files Browse the repository at this point in the history
Updated eslint browser env to include es6 standards
  • Loading branch information
aestoltm authored Feb 14, 2024
2 parents 618e68b + c789970 commit 15704b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion html/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"env": {
"browser": true
"browser": true,
"es6": true
},
"globals": {
"AppKernel": false,
Expand Down

0 comments on commit 15704b4

Please sign in to comment.