Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brocato committed Nov 22, 2023
1 parent 542971b commit 007bf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ module.exports = {
jasmine: 'readonly',
},
settings: {},
ignorePatterns: ['**/mocks/**/*'],
ignorePatterns: ['**/mocks/**/*', '**/test-app/**/*'],
}

0 comments on commit 007bf5d

Please sign in to comment.