Skip to content

Commit

Permalink
fix: ignore tap-snapshots from linting (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Karrys authored Mar 13, 2022
1 parent f75130b commit eb127fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
navigator: 'readonly',
window: 'readonly',
},
ignorePatterns: ['tap-snapshots/**'],
overrides: [{
files: ['test/**'],
rules: {
Expand Down

0 comments on commit eb127fc

Please sign in to comment.