diff --git a/index.js b/index.js index 0a3ce8b..f49d699 100644 --- a/index.js +++ b/index.js @@ -8,7 +8,7 @@ module.exports = { "node": true }, "parserOptions": { - "ecmaVersion": 2019 + "ecmaVersion": 2020 }, "rules": { /* Things that should effectively be syntax errors. */ diff --git a/react.js b/react.js index 1ef2e78..e40f60b 100644 --- a/react.js +++ b/react.js @@ -10,7 +10,7 @@ module.exports = { "node": true }, "parserOptions": { - "ecmaVersion": 2019, + "ecmaVersion": 2020, "ecmaFeatures": { "jsx": true }