From 71683f3b7121c6cb38da2db048ee744aece0ee90 Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Mon, 18 Dec 2023 16:00:28 -0800 Subject: [PATCH] Cleanup unnessary change after rebase --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index e7ced6ba869..5ca93aac0a4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -295,6 +295,5 @@ module.exports = { alwaysTryTypes: true, }, }, - 'import/extensions': ['.js', '.jsx', '.ts', '.tsx'], }, };