Skip to content

Commit

Permalink
Infrastructure: allow es6 syntax (pull #1395)
Browse files Browse the repository at this point in the history
In support of issue #1304 to remove IE support, allow ES6 syntax in linters.

Co-authored-by: Matt King <a11yThinker@Gmail.com>
  • Loading branch information
smhigley and mcking65 committed Jun 1, 2020
1 parent 28fc04b commit 6180a45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Expand Up @@ -3,6 +3,9 @@
"env": {
"browser": true
},
"parserOptions": {
"ecmaVersion": 6
},
"rules": {
"no-unused-vars": 0,
"no-undef": 0,
Expand Down

0 comments on commit 6180a45

Please sign in to comment.