ignore coverage

This commit is contained in:
Vinicios Gomes 2021-07-28 12:45:41 -03:00
parent 996706653c
commit 2261238793
2 changed files with 4 additions and 0 deletions

View file

@ -1 +1,2 @@
/node_modules/*
/src/__test__/coverage

View file

@ -30,4 +30,7 @@ module.exports = {
],
},
plugins: ['stylelint-scss'],
ignoreFiles: [
'src/__test__/coverage/**/*.css',
],
}