Skip to content

Commit

Permalink
fix: eslint should include nested files
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed May 23, 2024
1 parent 42c6b9e commit 2cb470e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ ignorePatterns:

overrides:
- files:
- '**/src/*.ts'
- '**/src/*.tsx'
- '**/src/**/*.ts'
- '**/src/**/*.tsx'
rules:
'@typescript-eslint/no-namespace': off

- files:
- '**/tests/*.ts'
- '**/tests/*.tsx'
- '**/tests/**/*.ts'
- '**/tests/**/*.tsx'
extends:
- '@hamster-bot/eslint-config/node'
- '@hamster-bot/eslint-config/typescript'
Expand Down

0 comments on commit 2cb470e

Please sign in to comment.