Skip to content

Commit

Permalink
Update ECMAScript version used for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Feb 17, 2022
1 parent ee3ed9f commit a4faa80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cleaner/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"jest": true
},
"parserOptions": {
"ecmaVersion": 2018
"ecmaVersion": 2020
},
"extends": "eslint:recommended",
"plugins": ["prettier"],
Expand Down
2 changes: 1 addition & 1 deletion juice-balancer/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"jest": true
},
"parserOptions": {
"ecmaVersion": 2018
"ecmaVersion": 2020
},
"extends": "eslint:recommended",
"plugins": ["prettier"],
Expand Down

0 comments on commit a4faa80

Please sign in to comment.