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 - } - ] } }, {