From 931ff228822352bf6125838d6acefe22b3d61c2d Mon Sep 17 00:00:00 2001 From: Thomas Draier Date: Tue, 3 Sep 2024 14:23:26 +0200 Subject: [PATCH] eslint config --- sparkle/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sparkle/.eslintrc.js b/sparkle/.eslintrc.js index 191f15d0913b..2327f50a4213 100644 --- a/sparkle/.eslintrc.js +++ b/sparkle/.eslintrc.js @@ -15,6 +15,7 @@ module.exports = { "svgr.config.js", "postcss.config.js", "tailwind.config.js", + "svgr-*-template.js", ], rules: { curly: ["error", "all"],