Skip to content

Commit

Permalink
Ignore JSON in eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Nov 1, 2023
1 parent 0e8d771 commit 3ffe36c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/linters/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@ ignorePatterns:
- '**/coverage/**'
- '**/.github/**'
- '**/.vscode/**'
- '*.json'

parserOptions:
ecmaVersion: 2023
sourceType: module
project:
- './.github/linters/tsconfig.json'
- './tsconfig.json'
extraFileExtensions:
- '.json'

plugins:
- 'jest'
Expand Down

0 comments on commit 3ffe36c

Please sign in to comment.