Skip to content

Commit

Permalink
upgrade eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cpunion committed Nov 28, 2024
1 parent 53b6b8f commit 92b7165
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

5 changes: 5 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ ignorePatterns:
- '**/dist/.*'
- '**/coverage/.*'
- '*.json'
- 'lib/'
- 'dist/'
- 'node_modules/'
- 'coverage/'
- '*.js'

parser: '@typescript-eslint/parser'

Expand Down

0 comments on commit 92b7165

Please sign in to comment.