diff --git a/.eslintrc.js b/.eslintrc.js index eccc204..5549636 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,7 @@ module.exports = { root: true, parserOptions: { - ecmaVersion: 9 // 2018 + ecmaVersion: 10 // 2019 }, env: { node: true