Skip to content

Commit

Permalink
Support some es6 elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Quitch committed Jul 24, 2022
1 parent da9af22 commit f4054ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"env": {
"browser": true,
"jquery": true,
"amd": true
"amd": true,
"es6": true // PA uses Chrome 40 which supports a subset of ES6
},
"extends": ["eslint:recommended", "plugin:lodash/v3", "prettier"],
"globals": {
Expand Down

0 comments on commit f4054ef

Please sign in to comment.