From b54537cd34ebd9222776659d956c1dabc24bfc93 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Mon, 17 Mar 2025 09:23:49 +0100 Subject: [PATCH] style: don't lint the docs source code --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index 02933d0..0dbf116 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,4 +4,5 @@ **/dist **/config **/scripts +**/docs **/playground