Skip to content

Having issues with ignores in v9 #18304

Answered by kewisch
sebnitu asked this question in Q&A
Apr 9, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Have you tried putting ignores in a config object by itself? #17429

export default [
  {
    ignores: [
      '**/dev/*',
      '**/dist/*',
      '**/tests/*',
      'tsconfig.json',
    ]
  },
  js.configs.recommended,
  {
    // ...
  }
]

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@sebnitu
Comment options

@kewisch
Comment options

Answer selected by sebnitu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants