Skip to content

Commit

Permalink
Update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbjensen committed Jan 9, 2025
1 parent 7263398 commit 22d87e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ module.exports = {
semi: ['error', 'always'],
},
plugins: ['jest'],
ignores: [
'coverage',
'node_modules'
]
};

0 comments on commit 22d87e8

Please sign in to comment.