Skip to content

Commit

Permalink
fix: add es6 env to eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Nov 25, 2019
1 parent c5fdc6d commit c1d9092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/js/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
browser: true,
node: true,
jest: true,
es6: true,
},

parserOptions: {
Expand Down

0 comments on commit c1d9092

Please sign in to comment.