From 20711632340b362019751e525281095631ad4dca Mon Sep 17 00:00:00 2001 From: George Fu Date: Wed, 29 Oct 2025 14:50:22 -0400 Subject: [PATCH] chore: add exception to eslint rule for import paths --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 86826a527cae..bc10f77d6fe2 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -48,7 +48,7 @@ module.exports = { { patterns: [ { - group: ["*src*", "*dist-*"], + group: ["*src*", "*dist-*", "!*csrc*"], }, ], },