From f631310648b33026cadf359b4f89293b76c6040c Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 25 Oct 2021 12:37:16 +0100 Subject: [PATCH] chore(.eslintrc): remove redundant `impliedStrict` option --- .eslintrc.js | 3 --- 1 file changed, 3 deletions(-) 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",