From a3efc1ea1ff2cf69cfcbd4c13c62d6c00bd73932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Wed, 12 Nov 2025 22:43:57 +0100 Subject: [PATCH] ci: update eslint config --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 9f8be00..5dc9aed 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -15,7 +15,7 @@ export default [ }, }, { - ignores: ["public", "vendor", "webpack.config.js"] + ignores: ["public", "vendor", "webpack.config.js", "docs"] }, { settings: {