Skip to content

Commit

Permalink
messing eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Sep 22, 2019
1 parent cd60b9e commit c34ee62
Show file tree
Hide file tree
Showing 5 changed files with 190 additions and 109 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Expand Up @@ -8,6 +8,9 @@ module.exports = {
"valid-jsdoc": "off",
"prefer-const": ["error", { destructuring: "all" }]
},
parserOptions: {
ecmaVersion: "2020"
},
env: {
es6: true
}
Expand Down

0 comments on commit c34ee62

Please sign in to comment.