Skip to content

Commit

Permalink
fix(lint): remove jest plugin reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZeitler committed Apr 25, 2023
1 parent 886c4fc commit 892e6db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
extends: [
'eslint:recommended',
'plugin:jest/recommended',
'plugin:@typescript-eslint/recommended',
'plugin:prettier/recommended'
],
Expand Down

0 comments on commit 892e6db

Please sign in to comment.