Skip to content

Commit

Permalink
feat: updating to ecmaVersion 2016 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdevereux authored and gkatsev committed Sep 21, 2018
1 parent f410f4a commit 614bb78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module.exports = {
plugins: ['markdown', 'json-light', 'jsdoc'],
parserOptions: {
sourceType: 'module',
impliedStrict: true
impliedStrict: true,
ecmaVersion: 2016
},
env: {
commonjs: true,
es6: true,
node: true
},
rules: {
Expand Down

0 comments on commit 614bb78

Please sign in to comment.