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