From fae3f9a8fa02913bfb3ecc29c255defe280a6714 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Mon, 4 Dec 2023 19:01:59 +0100 Subject: [PATCH] Remove unnecessary svelte/valid-compile --- .eslintrc.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index cf73ad1063..79f7e56712 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -30,14 +30,6 @@ "ecmaVersion": 2019, "sourceType": "module", "allowImportExportEverywhere": true - }, - "rules": { - "svelte/valid-compile": [ - "error", - { - "ignoreWarnings": true - } - ] } }, {