Skip to content

Commit

Permalink
chore: add coverage folder to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Oct 13, 2023
1 parent 4ad560b commit 53b4d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = [
...config,
eslintPlugin,
{
ignores: ['**/.vitepress/cache/**/*'],
ignores: ['**/.vitepress/cache/**/*', 'coverage/**/*'],
},
{
rules: {
Expand Down

0 comments on commit 53b4d57

Please sign in to comment.