From 7b5b274f8f1caff59e08706f0f85e6b0c9d6f352 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Fri, 27 Oct 2023 12:32:38 +0200 Subject: [PATCH] Eslint ignore warnings --- .eslintrc.json | 18 ++++++++++++++++-- packages/account-portal | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 75584b8163..29e88408cd 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -29,8 +29,15 @@ "ecmaVersion": 2019, "sourceType": "module", "allowImportExportEverywhere": true + }, + "rules": { + "svelte/valid-compile": [ + "error", + { + "ignoreWarnings": true + } + ] } - }, { "files": ["**/*.ts"], @@ -48,7 +55,14 @@ ], "rules": { "no-self-assign": "off", - "no-unused-vars": ["error", { "varsIgnorePattern": "^_", "argsIgnorePattern": "^_", "destructuredArrayIgnorePattern": "^_" }] + "no-unused-vars": [ + "error", + { + "varsIgnorePattern": "^_", + "argsIgnorePattern": "^_", + "destructuredArrayIgnorePattern": "^_" + } + ] }, "globals": { "GeolocationPositionError": true diff --git a/packages/account-portal b/packages/account-portal index 012417d51c..ec88461ab3 160000 --- a/packages/account-portal +++ b/packages/account-portal @@ -1 +1 @@ -Subproject commit 012417d51c8dd57fe356c87f29fd7376ddaf9c99 +Subproject commit ec88461ab3ee341d01a3482c023b82c63d3bbe34