From e858927036edf974e011c35ea9ddaeb58617400c Mon Sep 17 00:00:00 2001 From: Bas Kamer Date: Thu, 10 Apr 2025 11:55:33 +0200 Subject: [PATCH] eslint config should ignore these paths --- packages/eslint-config/src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/eslint-config/src/index.js b/packages/eslint-config/src/index.js index 3c5057b..9e7fea4 100644 --- a/packages/eslint-config/src/index.js +++ b/packages/eslint-config/src/index.js @@ -15,7 +15,9 @@ const VUE_GLOB_INCLUDE = ['**/*.vue'] const GLOB_EXCLUDE = [ '**/.nx/**', + '**/.output/**' '**/.svelte-kit/**', + '**/.vinxi/**', '**/build/**', '**/coverage/**', '**/dist/**',