From 8aa7e04c2fcfd582b06d7ad56d7e5f73f9e24bc3 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 13 May 2024 15:40:26 -0400 Subject: [PATCH] chore: exclude local playground from eslint --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index 569d237cd8da..c4f7573c56bc 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -45,6 +45,7 @@ export default [ 'sites/svelte-5-preview/**', // wasn't checked previously, reenable at some point 'sites/svelte.dev/**', + 'playgrounds/demo/src/**', 'tmp/**' ] }