From f552728626d617a7aded3866000d5386a8ea5ff0 Mon Sep 17 00:00:00 2001 From: James Prevett Date: Thu, 10 Oct 2024 11:55:12 -0500 Subject: [PATCH] Remove temorary Eslint config --- eslint.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 758d626..5006c19 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -10,11 +10,4 @@ export default tseslint.config(...shared, { tsconfigRootDir: import.meta.dirname, }, }, - /** - * Temporary - * @todo remove once core ^1.0.4 is published - */ - rules: { - '@typescript-eslint/restrict-plus-operands': 'off', - }, });