From 19863edb899853813ba8c1b02615f5b0921af954 Mon Sep 17 00:00:00 2001 From: Bryer <0xbryer@gmail.com> Date: Mon, 25 Nov 2024 14:13:50 +0200 Subject: [PATCH] Typo Update index.js Remove duplicate rule for import/extensions in ESLint configuration --- packages/eslint-config-xmtp-web/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/eslint-config-xmtp-web/index.js b/packages/eslint-config-xmtp-web/index.js index 48282381..fd9895a7 100644 --- a/packages/eslint-config-xmtp-web/index.js +++ b/packages/eslint-config-xmtp-web/index.js @@ -47,7 +47,6 @@ module.exports = { }, ], "import/prefer-default-export": "off", - "import/extensions": "off", "react/no-array-index-key": "warn", "react/require-default-props": "off", "react/prop-types": "off",