diff --git a/.eslintrc.js b/.eslintrc.js index 5ff1de7..7e64ab3 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,9 +14,6 @@ module.exports = { ], parserOptions: { ecmaVersion: 2019, - ecmaFeatures: { - impliedStrict: true, - }, }, plugins: [ "import",