Skip to content

Commit e858927

Browse files
authored
eslint config should ignore these paths
1 parent 7e94d23 commit e858927

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/eslint-config/src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ const VUE_GLOB_INCLUDE = ['**/*.vue']
1515

1616
const GLOB_EXCLUDE = [
1717
'**/.nx/**',
18+
'**/.output/**'
1819
'**/.svelte-kit/**',
20+
'**/.vinxi/**',
1921
'**/build/**',
2022
'**/coverage/**',
2123
'**/dist/**',

0 commit comments

Comments
 (0)