Ignore coverage directory for linting

This commit is contained in:
Brandon Presley 2023-01-08 14:01:43 +13:00
parent 6438a9c48a
commit 5e6896eaba
1 changed files with 1 additions and 0 deletions

View File

@ -18,4 +18,5 @@ module.exports = {
},
},
],
ignorePatterns: ['coverage/'],
}