From b8cdef69cd7f2faa0fcdb62b52953fb72fdf86f4 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 6 Apr 2023 13:31:46 +0100 Subject: [PATCH] chore: exclude new subpath from lint reordering --- .eslintrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.eslintrc b/.eslintrc index 9fc115a2f7..5cebc9ab20 100644 --- a/.eslintrc +++ b/.eslintrc @@ -28,6 +28,10 @@ "error", { "pathGroups": [ + { + "pattern": "@nuxt/test-utils/experimental", + "group": "external" + }, { "pattern": "@nuxt/test-utils", "group": "external"