From 32a91e188364e81a04ad5d7bd6e003f30e0bde74 Mon Sep 17 00:00:00 2001 From: Lars Reimann Date: Thu, 31 Oct 2024 12:25:40 +0100 Subject: [PATCH] chore: remove overwritten rules, which are now in the extended config --- .eslintrc.cjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 29a564cd8..cafa984d1 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -7,8 +7,6 @@ module.exports = { extends: '@lars-reimann/svelte', rules: { - '@typescript-eslint/no-throw-literal': 'off', - '@typescript-eslint/only-throw-error': 'error', 'import/extensions': 'off', 'import/no-extraneous-dependencies': 'off', 'svelte/valid-compile': 'off',