From 1d48adf8e3331d5f674896f0a5346f8e52f1aaa4 Mon Sep 17 00:00:00 2001 From: escapedcat Date: Wed, 15 Jan 2025 17:34:25 +0100 Subject: [PATCH] chore: adjust eslint config --- eslint.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eslint.config.js b/eslint.config.js index ae60ad2..bd7ed57 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -15,6 +15,11 @@ export default [ project: './tsconfig.json', extraFileExtensions: ['.svelte'] } + }, + rules: { + 'svelte/valid-compile': 'off', + 'no-undef': 'off', + 'no-unused-vars': 'off' } }, {