Skip to content

Commit

Permalink
Fix linter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Jul 27, 2020
1 parent a04ece3 commit 1e4a8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 9,
"ecmaVersion": 11,
"sourceType": "module"
},
"rules": {
Expand Down

0 comments on commit 1e4a8ec

Please sign in to comment.